Pārlūkot izejas kodu

提示信息修改

Hcsy 8 gadi atpakaļ
vecāks
revīzija
e9b6c969d6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      UAS-MES/PublicMethod/ftpOperater.cs

+ 1 - 1
UAS-MES/PublicMethod/ftpOperater.cs

@@ -287,7 +287,7 @@ namespace UAS_MES.PublicMethod
                 File.Copy(sourceFile, destFile, true);
             }
             catch {
-                MessageBox.Show("标签文件不在指定维护路径");
+                MessageBox.Show("标签文件不在指定维护路径"+ URL + "中","提示",MessageBoxButtons.OK,MessageBoxIcon.Warning);
             }
             return destFile;
         }