public void BindTo(TestHeaderViewModel model)
 {
     _model = model;
     _binder.BindToModel(model);
     lifecycle.Content = _model.Lifecycle;
 }
Example #2
0
 public void BindTo(TestHeaderViewModel model)
 {
     _model = model;
     _binder.BindToModel(model);
     lifecycle.Content = _model.Lifecycle;
 }