Explorar el Código

fix implement of File Receive Notify

Zixuan hace 12 horas
padre
commit
a3bde01258
Se han modificado 1 ficheros con 1 adiciones y 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)