Example #1
0
 public StringContext(string s, string t, ICalcStrategy strategy)
 {
     this.S        = s;
     this.T        = t;
     this.Strategy = strategy;
 }
 public StringContext(string s, string t, ICalcStrategy strategy)
 {
     this.S = s;
     this.T = t;
     this.Strategy = strategy;
 }