Refactor
This commit is contained in:
parent
9c6211e8e0
commit
ee109ba67d
4 changed files with 39 additions and 41 deletions
|
|
@ -25,9 +25,10 @@ namespace LibationWinForms.GridView
|
|||
public new event EventHandler<ScrollEventArgs> Scroll;
|
||||
|
||||
private GridEntryBindingList bindingList;
|
||||
internal IEnumerable<LibraryBookEntry> GetVisible()
|
||||
internal IEnumerable<LibraryBook> GetVisibleBooks()
|
||||
=> bindingList
|
||||
.BookEntries();
|
||||
.BookEntries()
|
||||
.Select(lbe => lbe.LibraryBook);
|
||||
|
||||
public ProductsGrid()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue