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>