黄学彪
2020-11-20 99253403b560f761d5f9af8b4f5140496996433a
ZigbeeApp/Shared/Phone/Common/Controls/ClickButtonControls/NormalClickButton.cs
old mode 100755 new mode 100644
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/NormalClickButton.cs
@@ -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
{
    /// <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);
        }
    }
}
        }
    }
}