Exemple #1
0
 public SerieCellValueChangedController(usrStrengthTrainingSourceGridBase parent)
 {
     this.parent = parent;
 }
Exemple #2
0
 public ExerciseCellValueChangedController(usrStrengthTrainingSourceGridBase parent, StrengthTrainingEntryDTO strengthEntry)
 {
     this.parent        = parent;
     this.strengthEntry = strengthEntry;
 }