JLChen
2021-05-26 0857891207a8fa2fd68cb9f7c9cf544806b46741
HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -510,7 +510,7 @@
            }
        }
        /// <summary>
        /// 判断网关类型
        /// 判断网关类型(0:bus网关;1:A协议网关)
        /// </summary>
        /// <returns></returns>
        public static bool IsGatewayType
@@ -521,11 +521,7 @@
                {
                    return true;
                }
                else
                {
                    return false;
                }
                return false;
            }
        }
    }