예제 #1
0
 public void ShowAboutDialog()
 {
     using (AboutBoxForm dlg = new AboutBoxForm())
     {
         dlg.ShowDialog();
     }
 }
예제 #2
0
파일: Engine.cs 프로젝트: gahadzikwa/GAPP
 public void ShowAboutDialog()
 {
     using (AboutBoxForm dlg = new AboutBoxForm())
     {
         dlg.ShowDialog();
     }
 }