示例#1
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     Apropos about = new Apropos();
     about.ShowDialog();
 }
示例#2
0
 private void AboutButton_Click(object sender, EventArgs e)
 {
     Apropos about = new Apropos();
     about.ShowDialog();
 }