Ejemplo n.º 1
0
 public TimeConverter(TimeConverterType type)
 {
     this.type    = type;
     NoOfDecimals = 0;
 }
Ejemplo n.º 2
0
 public TimeConverter(TimeConverterType type)
 {
     this.type = type;
       NoOfDecimals = 0;
 }