Added all the controls needed to update the core item properties on the main form.

This commit is contained in:
2021-04-14 18:37:55 -05:00
parent f014f22ecf
commit 98db853414
3 changed files with 270 additions and 27 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace InventoryTest
private void ShowCategoryManagerForm(object sender, EventArgs e)
{
var form = new CategoryManager(ConnectionString);
form.Show();
form.ShowDialog();
}
}
}