Ejemplo n.º 1
0
 // TODO: ctor that accepts IXxxServiceAgent
 public BinomialStatCalcViewModel(IBinomialServiceAgent serviceAgent)
 {
     this.serviceAgent = serviceAgent;
 }
Ejemplo n.º 2
0
 // Default ctor
 public BinomialStatCalcViewModel()
 {
     serviceAgent = new BinomialServiceAgent();
 }