Esempio n. 1
0
 public View()
 {
     _subViews = new List <View>();
     Binding   = new UIBindFactory();
 }
Esempio n. 2
0
 public View()
 {
     _subViews = new List <View>();
     Binding   = new UIBindFactory(this);
     Res       = Assets.Res.Create();
 }