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

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

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

            about.Show();
        }