Exemple #1
0
 private void aboutToolStripMenuItem_Click(Object sender, EventArgs e)
 {
     using (GBGAbout aboutForm = new GBGAbout())
     {
         aboutForm.ShowDialog(this);
     }
 }
Exemple #2
0
 private void aboutToolStripMenuItem_Click(Object sender, EventArgs e)
 {
     using(GBGAbout aboutForm = new GBGAbout())
     {
         aboutForm.ShowDialog(this);
     }
 }