public void Execute()
 {
     tv.On();
 }
Beispiel #2
0
 public string Execute()
 {
     return(tv.On());
 }