Beispiel #1
0
        /// <summary>
        /// 填充所有可选择控件内容
        /// </summary>
        private void FillAllSelectableControls()
        {
            try
            {
                Log.Info(this.GetType() + "->" + ApplicationCommon.GetMethodName() + "---START");

                ApplicationCommon.FillLueUser(lueUserId);
            }
            catch (Exception ex)
            {
                Log.Error(this.GetType() + "->" + ApplicationCommon.GetMethodName() + "---FAILED", ex);
                throw ex;
            }
        }