namespace myspace
{
public __gc class Form1 : public System::Windows::Forms::Form
{
private:
Button* button1;
Label* label1;
System::ComponentModel::Container* components;
public:
Form1()
{
//
// Required for Windows Form Designer support
//
components = NULL;
InitializeComponent();
//
// TODO: Add any constructor code after
// InitializeComponent call
//
}
protected:
void Dispose( bool disposing )
{
if( disposing )
{
if (components != NULL)
{
components->Dispose();
}
}
Form::Dispose( disposing );
}
private:
void InitializeComponent()
{
button1 = new Button();
label1 = new Label();
SuspendLayout();
//
// button1
//

