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

            a.Show();
        }