Beispiel #1
0
 private void toolStripMenuItem9_Click(object sender, EventArgs e)
 {
     try
     {
         if (Application.OpenForms["frmajuda"] == null)
         {
             frmajuda form = new frmajuda();
             form.MdiParent = this;
             form.Show();
         }
     }
     catch { }
 }
Beispiel #2
0
 private void toolStripMenuItem9_Click(object sender, EventArgs e)
 {
     try
     {
         if (Application.OpenForms["frmajuda"] == null)
         {
             frmajuda form = new frmajuda();
             form.MdiParent = this;
             form.Show();
         }
     }
     catch { }
 }