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