Esempio n. 1
0
 private void button13_Click(object sender, EventArgs e)
 {
     GaikanKensaMenuForm frm = new GaikanKensaMenuForm();
     this.ShowForm(frm);
 }
Esempio n. 2
0
 private void tojiruButton_Click(object sender, EventArgs e)
 {
     GaikanKensaMenuForm frm = new GaikanKensaMenuForm();
     Program.mForm.ShowForm(frm);
 }