Remove unised
This commit is contained in:
parent
de4fbe05f7
commit
2ae8ef87d9
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue