Kaynağa Gözat

Update implementation of interface

SenGao 19 saat önce
ebeveyn
işleme
deddfcc4cd
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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)