コード例 #1
0
 private void cirticularButton11_Click(object sender, EventArgs e)
 {
     if (ConditionalsandLoops == null || ConditionalsandLoops.IsDisposed)
     {
         ConditionalsandLoops = new A_Manager.ConditionalsandLoops();
         ConditionalsandLoops.Show();
     }
 }
コード例 #2
0
 private void pictureBox3_Click(object sender, EventArgs e)
 {
     this.Close();
     c.Show();
 }