Example #1
0
 private void aboutMenuItem_Click( object sender, EventArgs e )
 {
     About a = new About();
     a.ShowDialog( this );
 }