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