示例#1
0
        private RegistroAparatos recuperarRegistroa()
        {
            RegistroAparatos toret = new RegistroAparatos();

            toret = toret.RecuperaXml();

            return(toret);
        }
示例#2
0
 public IntroducirAparatoPanel(String tipo)
 {
     registro  = registro.RecuperaXml();
     this.tipo = tipo;
     build();
 }