Package Datos

Examples of Datos.ProcesoBD


    /**
     * Constructor de la clase
     */
    public Modelo() {
        bd = new ProcesoBD();
        ventanaBuscar = new VentanaBuscar(this);
        ventanaDatosPropietarios = new VentanaDatosPropietarios(this);
        ventanaDescuentos = new VentanaDescuentos(this);
        ventanaEliminar = new VentanaEliminar(this);
        ventanaInforme = new VentanaInforme(this);
View Full Code Here

TOP

Related Classes of Datos.ProcesoBD

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.