|
@@ -85,12 +85,13 @@ namespace EEMSUIClient.Services
|
|
|
|
|
|
public void FileReceivedNotify(FileType fileType)
|
|
public void FileReceivedNotify(FileType fileType)
|
|
{
|
|
{
|
|
- //Log Here
|
|
|
|
|
|
+ MessageBox.Show($"{fileType} Received");
|
|
}
|
|
}
|
|
|
|
|
|
public void StartFileReceiveNotify(FileType fileType)
|
|
public void StartFileReceiveNotify(FileType fileType)
|
|
{
|
|
{
|
|
- MessageBox.Show($"Start Receiving {fileType} File");
|
|
|
|
|
|
+ //Log Here
|
|
|
|
+ //MessageBox.Show($"Start Receiving {fileType} File");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|