예제 #1
0
 private void ShowAbout()
 {
     About about = new About();
     about.Show();
     about.BringToFront();
     about.Focus();
 }