HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/ProgressRowBar.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/ProgressRowBar.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 行条类型的进度条控件
@@ -12,9 +12,9 @@
        #region ■ 变量声明___________________________
        /// <summary>
        /// 进度条能否往回走(默认可以)
        /// 进度条能否往回走(默认不可以)
        /// </summary>
        public bool ProgressBarGoback = true;
        public bool ProgressBarGoback = false;
        /// <summary>
        /// 会移动的进度条
        /// </summary>