Ejemplo n.º 1
0
 private void aboutUsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!(aboutus != null && !aboutus.IsDisposed))
     {
         aboutus         = new Aboutus();
         aboutus.TopMost = true;
         aboutus.Show();
     }
     else
     {
         aboutus.Focus();
     }
 }
 private void aboutUsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!(aboutus != null && !aboutus.IsDisposed))
     {
         aboutus = new Aboutus();
         aboutus.TopMost = true;
         aboutus.Show();
     }
     else
     {
         aboutus.Focus();
     }
 }