예제 #1
0
파일: Slot.cs 프로젝트: mitsbits/Ubik
 public Slot(SectionSlotInfo sectionSlotInfo, BasePartialModule module)
 {
     SectionSlotInfo = sectionSlotInfo;
     Module = module;
 }
예제 #2
0
파일: Slot.cs 프로젝트: mitsbits/Ubik
 public Slot ReplaceSlotInfo(SectionSlotInfo sectionSlotInfo)
 {
     return new Slot(sectionSlotInfo, Module);
 }