Aggiunta classe starter per auto popolamento se il catalogo è vuoto
This commit is contained in:
@@ -24,21 +24,6 @@ public class Main {
|
||||
public static void main(String[] args) throws FileNotFoundException,IOException,ClassNotFoundException, ParseException {
|
||||
|
||||
|
||||
/*
|
||||
LoginData login = new LoginData();
|
||||
login.getUserDataInfo();
|
||||
|
||||
IdCounter.restore_counter();
|
||||
Catalogo load_catalogo = new Catalogo();
|
||||
|
||||
ReShow r = new ReShow();
|
||||
for (;r.reshow;)
|
||||
load_catalogo.showMenu(login.getType(),login.getUsername(),r);
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
LoginWindow l = new LoginWindow();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user