Exemple #1
0
 private void ForcedLogOut()
 {
     if (countDownTimer.LogOut())
     {
         timer.Stop();
         Updatetimer.Stop();
         this.Hide();
         LoginView loginScreen = new LoginView();
         loginScreen.ShowDialog();
         this.Close();
     }
 }