Prechádzať zdrojové kódy

Merge branch 'master' of http://dev.dp.sagacloud.cn:8886/r/Revit/SAGA.MBI

xulisong 6 rokov pred
rodič
commit
1ffe42dcac

+ 2 - 1
MBI/SAGA.MBI/JsonConvert/PEPCodeConvert.cs

@@ -19,6 +19,7 @@ using SAGA.MBI.RequestData;
 using SAGA.MBI.Tools;
 using SAGA.RevitUtils;
 using System.Reflection;
+using SAGA.DotNetUtils.Others;
 
 namespace SAGA.MBI.JsonConvert
 {
@@ -74,7 +75,7 @@ namespace SAGA.MBI.JsonConvert
             }
             catch (Exception e)
             {
-                MessageShow.Show(e);
+                MessageShowBase.Show(e);
             }
 
             return tb;