Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package Controle_Remoto_V2;
- public class ControleRemoto {
- public static void main(String[] args) {
- ControleBluePrint c1 = new ControleBluePrint();
- c1.trocarPilha(1);
- c1.ligar();
- c1.maisVolume();
- c1.canalAcima();
- c1.canalAcima();
- c1.abrirMenu();
- c1.desligar();
- c1.maisVolume();
- c1.ligar();
- c1.abrirMenu();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment