using Shared; using System; using System.Collections.Generic; using System.Text; namespace HDL_ON.Stan { /// /// 普通的FrameLayout /// public class NormalFrameLayout : FrameLayoutBase { //目前没有什么特殊的功能 } }