Add in child_id global variable for future use to save the currently selected child on the datagrid.
This commit is contained in:
parent
d774874c1d
commit
7995b75774
@ -20,6 +20,7 @@ namespace GreatHomeChildcare
|
||||
{
|
||||
//globals for cheap access.
|
||||
SqliteDataAccess SqliteDataAccess = new SqliteDataAccess();
|
||||
int child_id = 0;
|
||||
|
||||
public frmAdminForm()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user