Parcourir la source

fix implement of File Receive Notify

Zixuan il y a 12 heures
Parent
commit
a3bde01258
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)