コード例 #1
0
 public static InvoicePrinter getInstance()
 {
     if (INSTANCE == null)
     {
         INSTANCE = new InvoicePrinter();
     }
     return(INSTANCE);
 }
コード例 #2
0
ファイル: InvoicePrinter.cs プロジェクト: juehv/SPOS
 public static InvoicePrinter getInstance()
 {
     if (INSTANCE == null)
     {
         INSTANCE = new InvoicePrinter();
     }
     return INSTANCE;
 }