Ejemplo n.º 1
0
 // TODO: ctor that accepts IXxxServiceAgent
 public TwoxTwoViewModel(ITwoxTwoControlServiceAgent serviceAgent)
 {
     this.serviceAgent = serviceAgent as TwoxTwoControlServiceAgent;
 }
Ejemplo n.º 2
0
 // Default ctor
 public TwoxTwoViewModel()
 {
     this.serviceAgent = new TwoxTwoControlServiceAgent();
 }