Formatting

This commit is contained in:
Michael Bucari-Tovo 2022-12-31 10:16:54 -07:00
parent 874bf9e7c0
commit 05ac5c63e1
4 changed files with 26 additions and 28 deletions

View File

@ -51,8 +51,6 @@ namespace LibationWinForms.GridView
propertyInfo.SetValue(gridEntryDataGridView, true, null); propertyInfo.SetValue(gridEntryDataGridView, true, null);
} }
#region Button controls #region Button controls
private void DataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e) private void DataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
{ {