6667686970717273747576
} break; case MENU_IMMO: if(ma.authenticate()) { ImmobilienEditor ie = new ImmobilienEditor(service, ma.getLastAuthenticatedMakler()); ie.showImmoMenu(); } break; case MENU_VERTRAG: if(ma.authenticate()) { VertragsEditor ve = new VertragsEditor(service, ma.getLastAuthenticatedMakler());