Переглянути джерело

Update implementation of interface

SenGao 19 годин тому
батько
коміт
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)