public ModelBoundEvent(TabbableModel boundModel, object entityModel, FormCollection form)
 {
     this.BoundModel = boundModel;
     this.EntityModel = entityModel;
     this.Form = form;
 }
Пример #2
0
 public ModelBoundEvent(TabbableModel boundModel, object entityModel, IFormCollection form)
 {
     BoundModel  = boundModel;
     EntityModel = entityModel;
     Form        = form;
 }