示例#1
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            frmAbout sobre = new frmAbout();

            sobre.ShowDialog();
        }