Exemplo n.º 1
0
 public void Undo()
 {
     if (tVResiver is TVReceiverOffOn)
     {
         offOn.OffTV();
     }
     else if (tVResiver is TVReceiverLov)
     {
         lov.DownLov();
     }
 }