private void bunifuFlatButton3_Click(object sender, EventArgs e)
        {
            if (justonetime == true)
            {
                //popupbackfore blackscreen = new popupbackfore();
                ChangePassword chpass = new ChangePassword(); //go to login form
                //blackscreen.Show();
                blackscreen();
                chpass.ShowDialog(); //show login form
                chpass.Focus();

                justonetime = false;
            }
            else
            {
                bunifuCustomLabel6.Visible = true;
            }
        }
Beispiel #2
0
        private void popupbackfore_DoubleClick(object sender, EventArgs e)
        {
            ChangePassword chpassss = new ChangePassword();

            chpassss.ShowDialog();
        }