Ejemplo n.º 1
0
        // Show about form
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutForm form = new AboutForm();

            form.ShowDialog();
        }
Ejemplo n.º 2
0
        // Show About dialog
        private void aboutButton_Click(object sender, EventArgs e)
        {
            AboutForm form = new AboutForm();

            form.ShowDialog();
        }