예제 #1
0
파일: MainForm.cs 프로젝트: roonqe/Expire
 void AboutToolStripMenuItemClick(object sender, System.EventArgs e)
 {
     About about =new About();
     about.ShowDialog();
 }