old mode 100755
new mode 100644
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/NormalFrameLayout.cs |
| | |
| | | using System;
|
| | | using System.Collections.Generic;
|
| | | using System.Text;
|
| | |
|
| | | namespace Shared.Phone.UserCenter
|
| | | {
|
| | | /// <summary>
|
| | | /// 普通的FrameLayout
|
| | | /// </summary>
|
| | | public class NormalFrameLayout : FrameLayoutBase
|
| | | {
|
| | | //目前没有什么特殊的功能
|
| | | }
|
| | | }
|
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Shared.Phone |
| | | { |
| | | /// <summary> |
| | | /// 普通的FrameLayout |
| | | /// </summary> |
| | | public class NormalFrameLayout : FrameLayoutBase |
| | | { |
| | | //目前没有什么特殊的功能 |
| | | } |
| | | } |