Beispiel #1
0
 public VerifyIList(CalcWayEnum calc_way, IList <TA> answer, IList <TS> source)
 {
     this.ArgCalcWay = calc_way;
     this.Answer     = answer;
     this.Source     = source;
 }
Beispiel #2
0
 public VerifyIList(CalcWayEnum calc_way)
 {
     this.ArgCalcWay = calc_way;
 }