SenGao 13 시간 전
부모
커밋
9e3769424f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      EEMSUIClient/Services/ClientService.cs

+ 5 - 0
EEMSUIClient/Services/ClientService.cs

@@ -81,5 +81,10 @@ namespace EEMSUIClient.Services
             Dispose(disposing: true);
             GC.SuppressFinalize(this);
         }
+
+        public void FileReceivedNotify(FileType fileType)
+        {
+            throw new NotImplementedException();
+        }
     }
 }