gxc
2019-12-16 40f46f32cb00f4304a691d4f027a76a13a9ebb6d
ZigbeeApp/Shared/Phone/Device/CommonForm/SelectDeviceWithSeekBarRow.cs
@@ -162,6 +162,14 @@
        public void SetStatu(bool statu)
        {
            SelectBtn.Visible = statu;
            if(statu)
            {
                SetProgress(100);
            }
            else
            {
                SetProgress(0);
            }
        }
        /// <summary>