Example #1
0
 private void LogoutButtonClick(object sender, RoutedEventArgs e)
 {
     MyController.Logout();
     Application.Current.Shutdown();
 }