| | |
| | | |
| | | #region 功能数据 |
| | | static FunctionList _functionList; |
| | | public static FunctionList functionList { |
| | | public static FunctionList functionList |
| | | { |
| | | get |
| | | { |
| | | if(_functionList == null) |
| | | if (_functionList == null) |
| | | { |
| | | _functionList = FunctionList.List; |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | ///// <summary> |
| | | ///// 刷新住宅里面的搜索设备状态 |
| | | ///// </summary> |
| | | //public void RefreshResidenceFunctionStatus() |
| | | //{ |
| | | // new Thread(() => |
| | | // { |
| | | // if(_functionList == null) |
| | | // { |
| | | // _functionList = FunctionList.List; |
| | | // } |
| | | // return _functionList; |
| | | // } |
| | | // set |
| | | // { |
| | | // _functionList = value; |
| | | // } |
| | | //} |
| | | |
| | | #endregion |
| | | |
| | | #region oid列表 a协议转bus协议控制使用 |