Esempio n. 1
0
 public TV()
 {
     this.currentState = new Off(this);
 }
Esempio n. 2
0
 public TV()
 {
     //Starting with Off state
     this.currentState = new Off();
 }