예제 #1
0
파일: Form1.cs 프로젝트: nickynick/H3Calc
 private void aboutMenuItem_Click(object sender, EventArgs e)
 {
     AboutBox aboutBox = new AboutBox();
     aboutBox.ShowDialog();
 }
예제 #2
0
        private void aboutMenuItem_Click(object sender, EventArgs e)
        {
            AboutBox aboutBox = new AboutBox();

            aboutBox.ShowDialog();
        }