Example #1
0
 void TitleBarMenuAboutClick(object sender, EventArgs e)
 {
     FormAbout.ShowAbout();
 }
Example #2
0
 private void aboutUsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormAbout.ShowAbout();
 }