Exemplo n.º 1
0
        private void toolStripButton6_Click(object sender, EventArgs e)
        {
            about about = new about();

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