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

            frmAbut.Show();
        }
Exemple #2
0
        private void picAbout_Click(object sender, EventArgs e)
        {
            frmAbout ObjAbut = new frmAbout();

            ObjAbut.ShowDialog();
        }