Example #1
0
        /// <summary>
        /// 保存布局
        /// </summary>
        public void Save()
        {
            IndicatorLayout layout = new IndicatorLayout();

            GetLayout(ref layout);
            if (layout.m_layoutID != null && layout.m_layoutID.Length > 0)
            {
                m_indicatorLayoutService.UpdateLayout(m_indicatorLayoutService.OperatorRequestID, layout);
            }
        }