JLChen
2021-06-06 9281822c02a3b2b7f7f6b4215505095e9ff12fe1
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;
            }
        }
    }