HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-25 c2a220d25e2b780cd7b13030666c6cdd08a58519
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/NormalClickButton.cs
old mode 100755 new mode 100644
@@ -1,14 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 做成一个普通的单击按钮✩
    /// </summary>
    public class NormalClickButton : ClickButtonCommon
    {
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 做成一个普通的单击按钮✩
    /// </summary>
    public class NormalClickButton : ClickButtonCommon
    {
        /// <summary>
        /// 做成一个普通的单击按钮
        /// </summary>
@@ -18,6 +18,6 @@
        public NormalClickButton(int i_Width, int i_Height, bool real = false)
        {
            this.InitSize(i_Width, i_Height, real);
        }
    }
}
        }
    }
}