예제 #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));
 }