Example #1
0
 public static AscmCheckWarnService GetInstance()
 {
     if (service == null)
         service = new AscmCheckWarnService();
     return service;
 }