Exemplo n.º 1
0
        private void AboutMenuItem_Click(object sender, EventArgs e)
        {
            AboutForm af = new AboutForm();

            af.Show();
        }