瀏覽代碼

Update implementation of interface

SenGao 1 天之前
父節點
當前提交
deddfcc4cd
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      EEMSUIClient/Services/ClientService.cs

+ 5 - 0
EEMSUIClient/Services/ClientService.cs

@@ -69,6 +69,11 @@ namespace EEMSUIClient.Services
             return true;
         }
 
+        public void FileReceivedNotify(FileType fileType, string path)
+        {
+            //Log Here
+        }
+
         protected virtual void Dispose(bool disposing)
         {
             if (!disposedValue)