Add libation icon to forms

This commit is contained in:
Michael Bucari-Tovo 2022-05-09 21:09:59 -06:00
parent 04665fea36
commit 81c152ddcb
15 changed files with 37 additions and 7 deletions

View file

@ -48,6 +48,7 @@ namespace LibationWinForms.Dialogs
gridEntryBindingSource.DataSource = _removableGridEntries;
_dataGridView.Enabled = false;
this.SetLibationIcon();
}
private void _dataGridView_BindingContextChanged(object sender, EventArgs e)