Exemple #1
0
        private void BtnOdjaviSe_Click(object sender, EventArgs e)
        {
            CtrlLogin ctrlLogin = new CtrlLogin(this);

            panelForme.Controls.Clear();
            panelForme.Controls.Add(ctrlLogin);
            btnOdjaviSe.Visible = false;
        }
Exemple #2
0
        private void Form1_Load(object sender, EventArgs e)
        {
            btnOdjaviSe.Visible = false;

            CtrlLogin ctrlLogin = new CtrlLogin(this);

            panelForme.Controls.Clear();
            panelForme.Controls.Add(ctrlLogin);
        }