Esempio n. 1
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            frmAbout about = new frmAbout();

            about.ShowDialog();
        }
Esempio n. 2
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            frmAbout sobre = new frmAbout();

            sobre.ShowDialog();
        }