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