mengxiangge 6 years ago
parent
commit
94f1157fba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MBI/SAGA.MBI/Common/CommonTool.cs

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

@@ -49,7 +49,7 @@ namespace SAGA.MBI.Common
                 imageName = "folder_go.png";   
             }
             var OFImage = System.IO.Path.Combine(basePath, imageName);
-            return OFImage; 
+            return OFImage;  
         }