Beispiel #1
0
 private static void ShowAbout(object sender, EventArgs e)
 {
     About about = new About();
     about.Show();
 }