Now it works reading in different transactionsheets from excel
This commit is contained in:
@ -18,6 +18,7 @@ namespace WinFormDiApp
|
||||
public frmPayments(IAccountRecordRepository accountRecordRepository)
|
||||
{
|
||||
InitializeComponent();
|
||||
lvPayments.Items.Clear();
|
||||
_accountRecordRepository = accountRecordRepository;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user