public void Undo()
 {
     tv.Off();
 }
Beispiel #2
0
 public string Undo()
 {
     return(tv.Off());
 }