Beispiel #1
0
 private void AboutToolStripMenuItemClick(object sender, EventArgs e)
 {
     var ab = new About();
     ab.ShowDialog();
 }