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