Bläddra i källkod

fix implement of File Receive Notify

Zixuan 12 timmar sedan
förälder
incheckning
a3bde01258
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)