示例#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();
     }
 }