Exemplo n.º 1
0
 private void 关于系统ToolStripMenuItem_Click_1(object sender, EventArgs e)
 {
     About abo = new About();
     abo.Owner = this;
     abo.ShowDialog();
 }
Exemplo n.º 2
0
 private void btnAbout_Click(object sender, EventArgs e)
 {
     LL.Main.About abo = new About();
     abo.ShowDialog();
 }
Exemplo n.º 3
0
 private void 关于系统ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     LL.Main.About about = new About();
     about.Show();
 }