Пример #1
0
 public View()
 {
     _subViews = new List <View>();
     Binding   = new UIBindFactory();
 }
Пример #2
0
 public View()
 {
     _subViews = new List <View>();
     Binding   = new UIBindFactory(this);
     Res       = Assets.Res.Create();
 }