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();
+        }
     }
 }