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