From 7995b757740be67fe98405efc6027211931b4b86 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Wed, 20 Jan 2021 22:28:53 -0800 Subject: [PATCH] Add in child_id global variable for future use to save the currently selected child on the datagrid. --- frmAdminForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/frmAdminForm.cs b/frmAdminForm.cs index fe88281..15e8bb1 100644 --- a/frmAdminForm.cs +++ b/frmAdminForm.cs @@ -20,6 +20,7 @@ namespace GreatHomeChildcare { //globals for cheap access. SqliteDataAccess SqliteDataAccess = new SqliteDataAccess(); + int child_id = 0; public frmAdminForm() {