コード例 #1
0
 public SpendingGraphAnalyserTest()
 {
     SurplusTestBucket = new SurplusBucket();
 }
コード例 #2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="SurplusLedger" /> class.
 /// </summary>
 public SurplusLedger()
 {
     BudgetBucket = new SurplusBucket();
 }