HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -511,9 +511,9 @@ } } /// <summary> /// 判断网关类型 /// 判断网关类型(0:bus网关;1:A协议网关) /// </summary> /// <returns></returns> /// <returns>true=A协议网关;false=bus网关</returns> public static bool IsGatewayType { get @@ -522,11 +522,7 @@ { return true; } else { return false; } return false; } } }