소스 검색

匹配刷卡机

KWD 3 달 전
부모
커밋
af54e7016a
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      TeamAAS-VM/ViewModels/User/CardLoginWindowViewModel.cs

+ 6 - 6
TeamAAS-VM/ViewModels/User/CardLoginWindowViewModel.cs

@@ -237,12 +237,12 @@ namespace TeamAAS_VP.ViewModels.User
 
                 await _systemDatabaseService.SetCurrentUserAsync(user);
 
-                App.Current.Dispatcher.Invoke(() =>
-                {
-                    user.UserPassword = string.Empty;
-                    _eventAggregator.GetEvent<UserLoginNotification>().Publish(_systemDatabaseService.GetCurrentUser());
-                    View.DialogResult = true;
-                });
+                //App.Current.Dispatcher.Invoke(() =>
+                //{
+                //    user.UserPassword = string.Empty;
+                //    _eventAggregator.GetEvent<UserLoginNotification>().Publish(_systemDatabaseService.GetCurrentUser());
+                //    View.DialogResult = true;
+                //});
 
             }
         }