Esempio n. 1
0
 // restricted constructor
 private TradeReportFormatter() : base(FormatSettings.of(FormatCategory.TEXT, ValueFormatters.UNSUPPORTED))
 {
 }
Esempio n. 2
0
 // restricted constructor
 private CashFlowReportFormatter() : base(FormatSettings.of(FormatCategory.TEXT, ValueFormatters.TO_STRING))
 {
 }