示例#1
0
文件: MainForm.cs 项目: roonqe/Expire
 void AboutToolStripMenuItemClick(object sender, System.EventArgs e)
 {
     About about =new About();
     about.ShowDialog();
 }