private void button1_Click(object sender, EventArgs e)
 {
     CloseFlag = 0;
     CallBackMyDDaughter.callbackEventHandler(this.Top, this.Left);
     _GE.Show();
     this.Close();
 }
예제 #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Germany_Exercises GE = new Germany_Exercises(this, this.Top, this.Left);

            this.Hide();
            GE.Show();
        }