Ejemplo n.º 1
0
 public static T AddTo <T>(this T view, ILayout parent) where T : IView
 {
     parent.AddChild(view);
     return(view);
 }