예제 #1
0
 public OverlapPairs(DateOverlap First, DateOverlap Second)
 {
     this.First = First;
     this.Second = Second;
 }
예제 #2
0
 public OverlapPairs(DateOverlap First, DateOverlap Second)
 {
     this.First  = First;
     this.Second = Second;
 }