Zixuan hai 8 horas
pai
achega
2862163a9d
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      EEMSUIClient/Services/ClientService.cs

+ 3 - 2
EEMSUIClient/Services/ClientService.cs

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