Remove unised

This commit is contained in:
Michael Bucari-Tovo 2022-05-12 11:06:53 -06:00
parent de4fbe05f7
commit 2ae8ef87d9

View File

@ -38,7 +38,6 @@ namespace LibationWinForms
public partial class ProductsGrid : UserControl
{
internal event EventHandler<GridEntry> LiberateClicked;
/// <summary>Number of visible rows has changed</summary>
public event EventHandler<int> VisibleCountChanged;
@ -273,9 +272,6 @@ namespace LibationWinForms
.Select(row => ((GridEntry)row.DataBoundItem).LibraryBook)
.ToList();
internal IReadOnlyList<GridEntry> AllEntries
=> bindingList;
private GridEntry getGridEntry(int rowIndex) => _dataGridView.GetBoundItem<GridEntry>(rowIndex);
#region Column Customizations