コード例 #1
0
 /// <summary>
 /// Führt das Logout aus
 /// </summary>
 protected void LogoutAusfuehren()
 {
     Application.Current.Properties.Clear();
     NavigationsHistorie.Clear();
     LoginController login = new LoginController(true);
 }