Exemplo n.º 1
0
 public static InvoicePrinter getInstance()
 {
     if (INSTANCE == null)
     {
         INSTANCE = new InvoicePrinter();
     }
     return(INSTANCE);
 }
Exemplo n.º 2
0
 public static InvoicePrinter getInstance()
 {
     if (INSTANCE == null)
     {
         INSTANCE = new InvoicePrinter();
     }
     return INSTANCE;
 }