예제 #1
0
 static public void ShowAbout()
 {
     if (SingleInstance == null || SingleInstance.IsDisposed)
     {
         SingleInstance = new FormAbout();
     }
     SingleInstance.Show();
 }
예제 #2
0
 void TitleBarMenuAboutClick(object sender, EventArgs e)
 {
     FormAbout.ShowAbout();
 }
예제 #3
0
 private void aboutUsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormAbout.ShowAbout();
 }