public void Close()
 {
     //if (ApplicationVM.IsAuthenticated)
     //{
     //    View_Close();
     //}
     //else
     //{
     ApplicationVM.ShutDown();
     //}
 }
Beispiel #2
0
 private void CancelCommandExecute(SecureCommandArgs args)
 {
     ApplicationVM.ShutDown();
 }