예제 #1
0
 public thirdFrm(Form1 frm, frmScnd scnd)
 {
     this.DoubleBuffered = true;
     form             = frm;
     second           = scnd;
     this.Visible     = false;
     this.WindowState = FormWindowState.Maximized;
     InitializeComponent();
 }
예제 #2
0
        public Form1()
        {
            this.DoubleBuffered = true;
            this.WindowState    = FormWindowState.Maximized;
            InitializeComponent();
            second = new frmScnd(this);
            bg     = new Form4();



            lblFirstRes.Visible  = false;
            lblSecondRes.Visible = false;
            lblThirdRes.Visible  = false;
        }