Package biblioteca.admin.main

Source Code of biblioteca.admin.main.Main

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package biblioteca.admin.main;
import biblioteca.admin.catalogos.formularios.FrmEmailPrincipal;
/**
*
* @author ernaes.trujillo
*/
public class Main {
    public static void main(String[] arg){
        FrmEmailPrincipal ventana=new FrmEmailPrincipal();
        ventana.setVisible(true);
    }
}
TOP

Related Classes of biblioteca.admin.main.Main

TOP
Copyright © 2018 www.massapi.com. 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.