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