示例#1
0
文件: Container.cs 项目: jlarsson/Gas
 public Container(Style.WidthHeight wh) : base(wh)
 {
 }
示例#2
0
文件: Element.cs 项目: jlarsson/Gas
 public static IElement <TView> Create <TView>(Style.WidthHeight wh) where TView : View
 {
     return(new Element <TView>(wh));
 }