Exemplo n.º 1
0
 public SerieCellValueChangedController(usrStrengthTrainingSourceGridBase parent)
 {
     this.parent = parent;
 }
Exemplo n.º 2
0
 public ExerciseCellValueChangedController(usrStrengthTrainingSourceGridBase parent, StrengthTrainingEntryDTO strengthEntry)
 {
     this.parent        = parent;
     this.strengthEntry = strengthEntry;
 }