Esempio n. 1
0
 public void ShowAboutDialog()
 {
     using (AboutBoxForm dlg = new AboutBoxForm())
     {
         dlg.ShowDialog();
     }
 }
Esempio n. 2
0
 public void ShowAboutDialog()
 {
     using (AboutBoxForm dlg = new AboutBoxForm())
     {
         dlg.ShowDialog();
     }
 }