예제 #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();
 }