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