Example #1
0
        private void picAbout_Click(object sender, EventArgs e)
        {
            frmAbout ObjAbut = new frmAbout();

            ObjAbut.ShowDialog();
        }
Example #2
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            frmAbout ObjAb = new frmAbout();

            ObjAb.ShowDialog();
        }