Пример #1
0
 public static GateService getInstance()
 {
     if (gateService == null)
     {
         gateService = new GateService();
     }
     return gateService;
 }
Пример #2
0
 public static GateService getInstance()
 {
     if (gateService == null)
     {
         gateService = new GateService();
     }
     return(gateService);
 }