Infört en möjlighet att rensa transtabellen

This commit is contained in:
2024-02-01 11:44:45 +01:00
parent ef14ce2aaa
commit 05dfd1f35b
6 changed files with 117 additions and 22 deletions

View File

@ -71,5 +71,12 @@ namespace WinFormDiApp
{
_editPayment.ShowDialog();
}
private void btnClearRecords_Click(object sender, EventArgs e)
{
_payments.EnableClearing = true;
_payments.ShowDialog();
}
}
}