public TvCloseCommand(Television tv)
 {
     this._tv = tv;
 }
Exemple #2
0
 public TvOpenCommand(Television tv)
 {
     this._tv = tv;
 }