Exemplo n.º 1
0
 private void menuAbout_Click(object sender, System.EventArgs e)
 {
     About about = new About();
        about.CreateControl();
        about.StartPosition = FormStartPosition.CenterScreen;
        about.ShowDialog();
 }
Exemplo n.º 2
0
 private void menuHelpAbout_Click(object sender, System.EventArgs e)
 {
     About about = new About();
        about.ShowDialog();
 }