mengxiangge 6 năm trước cách đây
mục cha
commit
2c6be3c1a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MBI/SAGA.MBI/Common/CommonTool.cs

+ 1 - 1
MBI/SAGA.MBI/Common/CommonTool.cs

@@ -46,7 +46,7 @@ namespace SAGA.MBI.Common
             string imageName = "folder.png";
             if (Directory.Exists(path))
             {
-                imageName = "folder_go.png";
+                imageName = "folder_go.png";  
             }
             var OFImage = System.IO.Path.Combine(basePath, imageName);
             return OFImage;