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