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