Package it.unisa.info13d.GestioneCatalogo

Examples of it.unisa.info13d.GestioneCatalogo.Catalogo.showMenu()


        IdCounter.restore_counter();
        Catalogo load_catalogo = new Catalogo();

        ReShow r = new ReShow();
        for (;r.reshow;)
            load_catalogo.showMenu(login.getType(),login.getUsername(),r);
    }
}
View Full Code Here

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.