The surplus budget bucket. There can be only one Surplus bucket. This is a special system bucket that contains any left over funds after filling all the other buckets.
Inheritance: BudgetBucket
 public SpendingGraphAnalyserTest()
 {
     SurplusTestBucket = new SurplusBucket();
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="SurplusLedger" /> class.
 /// </summary>
 public SurplusLedger()
 {
     BudgetBucket = new SurplusBucket();
 }