Example #1
0
 /// <summary>
 /// Constructor!
 /// </summary>
 public TemperatureVM()
 {
     this._temperature = 22;
     SetLowCommand     = new SetLowCommand(this);
     SetHighCommand    = new SetHighCommand(this);
 }
Example #2
0
 /// <summary>
 /// Constructor!
 /// </summary>
 public TemperatureVM()
 {
     this._temperature = 22;
     SetLowCommand = new SetLowCommand(this);
     SetHighCommand = new SetHighCommand(this);
 }