예제 #1
0
 private void miAbout_Click(object sender, EventArgs e)
 {
     if (_aboutBox == null)
         _aboutBox = new AboutBox();
     _aboutBox.ShowDialog();
 }
예제 #2
0
파일: MainForm.cs 프로젝트: rblenis/cudafy
 private void miAbout_Click(object sender, EventArgs e)
 {
     if (_aboutBox == null)
         _aboutBox = new AboutBox();
     _aboutBox.ShowDialog();
 }