ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/NormalFrameLayout.cs
New file @@ -0,0 +1,14 @@ using System; using System.Collections.Generic; using System.Text; namespace Shared.Phone.UserCenter { /// <summary> /// 普通的FrameLayout /// </summary> public class NormalFrameLayout : FrameLayoutBase { //目前没有什么特殊的功能 } }