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