Example #1
0
 public static TComponent AddComponent <TComponent>(this StackLayout layout)
     where TComponent : View
 => layout.AddComponent(Services.Get <IComponentControl <TComponent> >());