黄学彪
2020-11-20 99253403b560f761d5f9af8b4f5140496996433a
ZigbeeApp/Shared/Phone/Common/Controls/FrameLayoutControls/NormalFrameLayout.cs
old mode 100755 new mode 100644
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/NormalFrameLayout.cs
@@ -1,14 +1,14 @@
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
    {
        //目前没有什么特殊的功能
    }
}