Exemplo n.º 1
0
        private void buttonMonkeyTest_Click(object sender, EventArgs e)
        {
            FormMonkeyTest FormMonkeyTest = new FormMonkeyTest();

            buttonMonkeyTest.Enabled = false;
            FormMonkeyTest.Dock      = DockStyle.Fill;
            Add_TabPage("Monket Test", FormMonkeyTest);
        }
Exemplo n.º 2
0
        private void buttonMonkeyTest_Click(object sender, EventArgs e)
        {
            FormMonkeyTest FormMonkeyTest = new FormMonkeyTest();

            //this.ClosePicBox.Click += new System.EventHandler(FormLog.SaveSchBtn_Click);

            buttonMonkeyTest.Enabled = false;
            FormMonkeyTest.Dock      = DockStyle.Fill;
            Add_TabPage("Monket Test", FormMonkeyTest);
        }