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