コード例 #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));
 }