示例#1
0
文件: MainMDI.cs 项目: rymarrv/Compas
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutBox ab = new AboutBox();
     ab.ShowDialog();
 }
示例#2
0
文件: MainMDI.cs 项目: zep2zep/Compas
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutBox ab = new AboutBox();

            ab.ShowDialog();
        }