Exemplo n.º 1
0
 public void LogOutAction()
 {
     UserSettings.ClearUserSettings();
 }
Exemplo n.º 2
0
 public void LogOutAction()
 {
     label_LoggedInText.Visible  = false;
     panel_RegisterLogin.Visible = true;
     UserSettings.ClearUserSettings();
 }