Example #1
0
        private void btnSignOut_Click(object sender, EventArgs e)
        {
            UserSingleton.LogOutUser();
            this.Hide();

            SignInRegPg.GetInstance();
        }
Example #2
0
 private void Initialize()
 {
     UserSingleton.LogOutUser();
     txtUsername.Clear();
     txtPassword.Clear();
 }