Beispiel #1
0
 private void cmdAbout_Click (object sender, EventArgs e)
 {
     using (var a = new AboutBox ())
         a.ShowDialog ();
 }
Beispiel #2
0
 private void cmdAbout_Click(object sender, EventArgs e)
 {
     using (var a = new AboutBox())
         a.ShowDialog();
 }