Found a possible bug.

This commit is contained in:
kougyokugentou 2021-02-03 09:09:12 -08:00
parent 5a8a98b7c1
commit 6f11dcb497

View File

@ -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);
}
}