SenGao 13 hours ago
parent
commit
9e3769424f
1 changed files with 5 additions and 0 deletions
  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();
+        }
     }
 }