Exemplo n.º 1
0
        void AboutToolStripMenuItemClick(object sender, System.EventArgs e)
        {
            mcAbout AboutForm = new mcAbout();

            AboutForm.ShowDialog();
        }
Exemplo n.º 2
0
 void AboutToolStripMenuItemClick(object sender, System.EventArgs e)
 {
     mcAbout AboutForm = new mcAbout();
     AboutForm.ShowDialog();
 }