Beispiel #1
0
 private void about(object _, EventArgs __)
 {
     using (var a = new AboutBox())
         a.ShowDialog();
 }
Beispiel #2
0
 private void about(object _, EventArgs __)
 {
     using (var a = new AboutBox())
         a.ShowDialog();
 }