Zixuan 8 小時之前
父節點
當前提交
2862163a9d
共有 1 個文件被更改,包括 3 次插入2 次删除
  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");
         }
     }
 }