public TvCloseCommand(Television tv)
 {
     this._tv = tv;
 }
Exemplo n.º 2
0
 public TvOpenCommand(Television tv)
 {
     this._tv = tv;
 }