From 6f11dcb497c325b83b1413d1a287f7554667c817 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Wed, 3 Feb 2021 09:09:12 -0800 Subject: [PATCH] Found a possible bug. --- frmAdminForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/frmAdminForm.cs b/frmAdminForm.cs index ef42308..7765228 100644 --- a/frmAdminForm.cs +++ b/frmAdminForm.cs @@ -122,6 +122,7 @@ namespace GreatHomeChildcare private void btnQuit_Click(object sender, EventArgs e) { MessageBox.Show("Thank you for using the program! Your data has been saved. Good bye!", "Great Home Childcare", MessageBoxButtons.OK, MessageBoxIcon.None); + //TODO: I got the program to crash here by exiting from reports form then clicking quit?? Environment.Exit(0); } }