Infört en möjlighet att rensa transtabellen
This commit is contained in:
@ -71,5 +71,12 @@ namespace WinFormDiApp
|
||||
{
|
||||
_editPayment.ShowDialog();
|
||||
}
|
||||
|
||||
private void btnClearRecords_Click(object sender, EventArgs e)
|
||||
{
|
||||
_payments.EnableClearing = true;
|
||||
_payments.ShowDialog();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user