SenGao преди 16 часа
родител
ревизия
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();
+        }
     }
 }