Exemplo n.º 1
0
 private void tsmiAbout_Click(object sender, EventArgs e)
 {
     MessageDisplay.ShowAboutBox();
 }
 private void tXTABOUTToolStripMenuItem_Click(object sender, EventArgs e)
 {
     MessageDisplay.ShowAboutBox();
 }
Exemplo n.º 3
0
 void OnAbout(object sender, System.EventArgs e)
 {
     MessageDisplay.ShowAboutBox();
 }