private RegistroAparatos recuperarRegistroa() { RegistroAparatos toret = new RegistroAparatos(); toret = toret.RecuperaXml(); return(toret); }
public IntroducirAparatoPanel(String tipo) { registro = registro.RecuperaXml(); this.tipo = tipo; build(); }