Exemplo n.º 1
0
 public void Close()
 {
     //if (ApplicationVM.IsAuthenticated)
     //{
     //    View_Close();
     //}
     //else
     //{
     ApplicationVM.ShutDown();
     //}
 }
Exemplo n.º 2
0
 private void CancelCommandExecute(SecureCommandArgs args)
 {
     ApplicationVM.ShutDown();
 }