Ejemplo n.º 1
0
 public void BindTo(TestHeaderViewModel model)
 {
     _model = model;
     _binder.BindToModel(model);
     lifecycle.Content = _model.Lifecycle;
 }
Ejemplo n.º 2
0
 public void BindTo(TestHeaderViewModel model)
 {
     _model = model;
     _binder.BindToModel(model);
     lifecycle.Content = _model.Lifecycle;
 }