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