Ejemplo n.º 1
0
        private void aboutToolUnderHelp_Click(object sender, EventArgs e)
        {
            Form aboutForm = new AboutMessageBoxForm();

            aboutForm.Show();
        }
Ejemplo n.º 2
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form aboutForm = new AboutMessageBoxForm();

            aboutForm.Show();
        }