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