Summa i detaljvy av sökta betalningsmottagare

This commit is contained in:
2024-02-11 09:34:38 +01:00
parent a16137072b
commit 6510913daa
3 changed files with 47 additions and 0 deletions

View File

@ -113,6 +113,7 @@ namespace WinFormDiApp
public void ShowDetails(string mott)
{
IEnumerable<AccountRecord> detailRecs = foundRecs.Where(fr => fr.Mottagare == mott);
_showPayments.EnableDetailShow = true;
_showPayments.CustomPayments = detailRecs;
_showPayments.ShowDialog();
}