Summary description for About.
Наследование: System.Windows.Forms.Form
Пример #1
0
 private void menuItemAbout_Click(object sender, System.EventArgs e)
 {
     About a = new About();
     a.ShowDialog(this);
 }