Esempio n. 1
0
 public NullableTimeSpanFormatter(string formatString)
 {
     this.innerFormatter = new TimeSpanFormatter(formatString);
 }
Esempio n. 2
0
 public NullableTimeSpanFormatter()
 {
     this.innerFormatter = new TimeSpanFormatter();
 }