Add in child_id global variable for future use to save the currently selected child on the datagrid.

This commit is contained in:
kougyokugentou 2021-01-20 22:28:53 -08:00
parent d774874c1d
commit 7995b75774
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ namespace GreatHomeChildcare
{
//globals for cheap access.
SqliteDataAccess SqliteDataAccess = new SqliteDataAccess();
int child_id = 0;
public frmAdminForm()
{