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