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