public TvCloseCommand(Television tv)
 {
     this._tv = tv;
 }
Пример #2
0
 public TvOpenCommand(Television tv)
 {
     this._tv = tv;
 }