示例#1
0
文件: Form1.cs 项目: aakopa/HDAM
 private void toolStripLabel1_Click(object sender, EventArgs e)
 {
     AboutBox1 Aboutbox = new AboutBox1();
     Aboutbox.ShowDialog();
 }
示例#2
0
        private void toolStripLabel1_Click(object sender, EventArgs e)
        {
            AboutBox1 Aboutbox = new AboutBox1();

            Aboutbox.ShowDialog();
        }