Example #1
0
 private void MnuAbout_Click(object sender, EventArgs e)
 {
     AboutDialog.ShowDialog();
 }
Example #2
0
 private void CountedForm_HelpRequested(object sender, HelpEventArgs hlpevent)
 {
     AboutDialog.ShowDialog();
 }