public static InvoicePrinter getInstance() { if (INSTANCE == null) { INSTANCE = new InvoicePrinter(); } return(INSTANCE); }
public static InvoicePrinter getInstance() { if (INSTANCE == null) { INSTANCE = new InvoicePrinter(); } return INSTANCE; }