@@ -81,5 +81,10 @@ namespace EEMSUIClient.Services
Dispose(disposing: true);
GC.SuppressFinalize(this);
}
+
+ public void FileReceivedNotify(FileType fileType)
+ {
+ throw new NotImplementedException();
+ }