Esempio n. 1
0
 private void miAbout_Click(object sender, EventArgs e)
 {
     if (_aboutBox == null)
         _aboutBox = new AboutBox();
     _aboutBox.ShowDialog();
 }
Esempio n. 2
0
 private void miAbout_Click(object sender, EventArgs e)
 {
     if (_aboutBox == null)
         _aboutBox = new AboutBox();
     _aboutBox.ShowDialog();
 }