Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @Override
  2. public void run() {
  3. if (inicio()==0){
  4. Ficheiros ficheiros = new Ficheiros();
  5. ficheiros.run();
  6. this.inscricoes = new Inscricoes();
  7. Verificacoes verificacoes = new Verificacoes(ficheiros, inscricoes);
  8. muda();
  9. }
  10. else {
  11. //carregar fich objecto
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement