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