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 {