예제 #1
0
 internal SLEntriesItemsTypeIndexPair(SLEntriesItemsType Type, int Index)
 {
     this.Type = Type;
     this.Index = Index;
 }
 internal SLEntriesItemsTypeIndexPair(SLEntriesItemsType Type, int Index)
 {
     this.Type  = Type;
     this.Index = Index;
 }