private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            About about = new About();

            about.Show();
        }
Example #2
0
        private void AboutShow(object sender, EventArgs e)
        {
            About about = new About();

            about.Show();
        }
Example #3
0
        private void button1_Click(object sender, EventArgs e)
        {
            About about = new About();

            about.Show();
        }