コード例 #1
0
 public static AscmWipScheduleGroupsService GetInstance()
 {
     //return ascmWipScheduleGroupsInfoServices ?? new AscmWipScheduleGroupsService();
     if (ascmWipScheduleGroupsServices == null)
         ascmWipScheduleGroupsServices = new AscmWipScheduleGroupsService();
     return ascmWipScheduleGroupsServices;
 }
コード例 #2
0
 public static AscmWipScheduleGroupsService GetInstance()
 {
     //return ascmWipScheduleGroupsInfoServices ?? new AscmWipScheduleGroupsService();
     if (ascmWipScheduleGroupsServices == null)
     {
         ascmWipScheduleGroupsServices = new AscmWipScheduleGroupsService();
     }
     return(ascmWipScheduleGroupsServices);
 }