示例#1
0
 public static UpdateThresholdService getInstance()
 {
     if (updateThresholdService == null)
     {
         updateThresholdService = new UpdateThresholdService();
     }
     return(updateThresholdService);
 }
 public static UpdateThresholdService getInstance()
 {
     if (updateThresholdService == null)
     {
         updateThresholdService = new UpdateThresholdService();
     }
     return updateThresholdService;
 }