Example #1
0
 public void AddWidget(IWidget widget)
 {
     ParentPage.AddWidget(widget);
     PlaceWidgetInternal(widget as Widget, true);
 }