Exemplo n.º 1
0
 protected void SetState(TelevisionState state)
 {
     this.Television.SetState(state);
 }
Exemplo n.º 2
0
 public void SetState(TelevisionState state)
 {
     state.Television = this;
     this.State       = state;
 }