Esempio n. 1
0
 public static GateService getInstance()
 {
     if (gateService == null)
     {
         gateService = new GateService();
     }
     return gateService;
 }
Esempio n. 2
0
 public static GateService getInstance()
 {
     if (gateService == null)
     {
         gateService = new GateService();
     }
     return(gateService);
 }