From 7723de7284b4c7aaa403f84da474b355a51e8b5c Mon Sep 17 00:00:00 2001 From: Mbucari <37587114+Mbucari@users.noreply.github.com> Date: Mon, 9 May 2022 21:49:56 -0600 Subject: [PATCH] Update ProductsGrid.cs --- Source/LibationWinForms/grid/ProductsGrid.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/LibationWinForms/grid/ProductsGrid.cs b/Source/LibationWinForms/grid/ProductsGrid.cs index 48bd2e49..7f8deb4d 100644 --- a/Source/LibationWinForms/grid/ProductsGrid.cs +++ b/Source/LibationWinForms/grid/ProductsGrid.cs @@ -69,10 +69,10 @@ namespace LibationWinForms else if (clickedColumn == tagAndDetailsGVColumn) Details_Click(getGridEntry(e.RowIndex)); else if (clickedColumn == descriptionGVColumn) - DescriptionClick(getGridEntry(e.RowIndex), _dataGridView.GetCellDisplayRectangle(e.ColumnIndex, e.RowIndex, false)); + Description_Click(getGridEntry(e.RowIndex), _dataGridView.GetCellDisplayRectangle(e.ColumnIndex, e.RowIndex, false)); } - private void DescriptionClick(GridEntry liveGridEntry, Rectangle cellDisplay) + private void Description_Click(GridEntry liveGridEntry, Rectangle cellDisplay) { var displayWindow = new DescriptionDisplay {