Ejemplo n.º 1
0
 public StringContext(string s, string t, ICalcStrategy strategy)
 {
     this.S        = s;
     this.T        = t;
     this.Strategy = strategy;
 }
Ejemplo n.º 2
0
 public StringContext(string s, string t, ICalcStrategy strategy)
 {
     this.S = s;
     this.T = t;
     this.Strategy = strategy;
 }