Explorar el Código

Update implementation of interface

SenGao hace 19 horas
padre
commit
deddfcc4cd
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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)