Summa i detaljvy av sökta betalningsmottagare
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user