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