예제 #1
0
 public static AscmMonitoringService GetInstance()
 {
     if (service == null)
     {
         service = new AscmMonitoringService();
     }
     return(service);
 }
예제 #2
0
 public static AscmMonitoringService GetInstance()
 {
     if (service == null)
         service = new AscmMonitoringService();
     return service;
 }