Found a possible bug.
This commit is contained in:
parent
5a8a98b7c1
commit
6f11dcb497
@ -122,6 +122,7 @@ namespace GreatHomeChildcare
|
|||||||
private void btnQuit_Click(object sender, EventArgs e)
|
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);
|
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);
|
Environment.Exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user