コード例 #1
0
 public RLVNumericConverter(RLVFormatters convType)
 {
     numericFormat = convType;
 }
コード例 #2
0
 public RLVTimeConverter(RLVFormatters timeFormat)
 {
     this.timeFormat = timeFormat;
 }