Example #1
0
 public void Reset()
 {
     TreeViewAccounting.Reset();
     //UpdateComboBoxDates();
     //_DataHistory.Clear();
     //_CurrentDate = DateTime.Today;
     //_DataHistory[_CurrentDate.Value] = new AccountingData();
 }