예제 #1
0
파일: View.cs 프로젝트: Nutarb/Framework
 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();
 }