Explorar o código

fix implement of File Receive Notify

Zixuan hai 12 horas
pai
achega
a3bde01258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)