コード例 #1
0
 public static AscmUnloadingPointMapService GetInstance()
 {
     if (ascmUnloadingPointMapServices == null)
     {
         ascmUnloadingPointMapServices = new AscmUnloadingPointMapService();
     }
     return(ascmUnloadingPointMapServices);
 }
コード例 #2
0
 public static AscmUnloadingPointMapService GetInstance()
 {
     if (ascmUnloadingPointMapServices == null)
         ascmUnloadingPointMapServices = new AscmUnloadingPointMapService();
     return ascmUnloadingPointMapServices;
 }