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

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

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

            about.Show();
        }