Browse Source

fix implement of File Receive Notify

Zixuan 8 hours ago
parent
commit
a3bde01258
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EEMSUIClient/Services/ClientService.cs

+ 1 - 1
EEMSUIClient/Services/ClientService.cs

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