示例#1
0
 public static AscmUnloadingPointMapLinkService GetInstance()
 {
     if (ascmUnloadingPointMapLinkServices == null)
     {
         ascmUnloadingPointMapLinkServices = new AscmUnloadingPointMapLinkService();
     }
     return(ascmUnloadingPointMapLinkServices);
 }
 public static AscmUnloadingPointMapLinkService GetInstance()
 {
     if (ascmUnloadingPointMapLinkServices == null)
         ascmUnloadingPointMapLinkServices = new AscmUnloadingPointMapLinkService();
     return ascmUnloadingPointMapLinkServices;
 }