old mode 100755
new mode 100644
| | |
| | | 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> |
| | |
| | | public NormalClickButton(int i_Width, int i_Height, bool real = false) |
| | | { |
| | | this.InitSize(i_Width, i_Height, real); |
| | | }
|
| | | }
|
| | | }
|
| | | } |
| | | } |
| | | } |