| | |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 刷新住宅里面的搜索设备状态 |
| | | /// </summary> |
| | | public void RefreshResidenceFunctionStatus() |
| | | { |
| | | new Thread(() => |
| | | { |
| | | if(_functionList == null) |
| | | { |
| | | _functionList = FunctionList.List; |
| | | } |
| | | return _functionList; |
| | | } |
| | | set |
| | | { |
| | | _functionList = value; |
| | | } |
| | | } |
| | | ///// <summary> |
| | | ///// 刷新住宅里面的搜索设备状态 |
| | | ///// </summary> |
| | | //public void RefreshResidenceFunctionStatus() |
| | | //{ |
| | | // new Thread(() => |
| | | // { |
| | | // if(_functionList == null) |
| | | // { |
| | | // _functionList = FunctionList.List; |
| | | // } |
| | | // return _functionList; |
| | | // } |
| | | // set |
| | | // { |
| | | // _functionList = value; |
| | | // } |
| | | //} |
| | | |
| | | #endregion |
| | | |