Ejemplo n.º 1
0
 public TimeMapper(int col, Element value)
 {
     this.Interval = value.TimeSpanValue();
     this.Col = col;
 }