Exemple #1
0
 public static void ShowAbout()
 {
     using (var frm = new AboutBox1())
     {
         frm.ShowDialog();
     }
 }
Exemple #2
0
 private void miHelpAboout_Click(object sender, EventArgs e)
 {
     AboutBox1.ShowAbout();
 }