Ejemplo n.º 1
0
 public PeriodicInterval FirstIntersection(PeriodicInterval I1)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public PeriodicInterval SecondIntersection(PeriodicInterval I2)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public PeriodicInterval(PeriodicInterval parameter1)
     : base()
 {
     throw new NotImplementedException();
 }