Exemple #1
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (AboutBox about = new AboutBox())
         about.ShowDialog();
 }
Exemple #2
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (AboutBox about = new AboutBox())
         about.ShowDialog();
 }