Exemplo n.º 1
0
        //Show about form
        private void button2_Click(object sender, EventArgs e)
        {
            AboutForm newForm = new AboutForm();

            newForm.Show();
        }
Exemplo n.º 2
0
        private void toolStripButton1_Click_1(object sender, EventArgs e)
        {
            AboutForm form2 = new AboutForm();

            form2.Show();
        }