Currently, there is little to no error handling present.
It is a good idea to present the user the errors the application generates.
I think it can be done using the MessageBox class.
All the exceptions from the whole application can bubble up to the top layer. Then they can be caught and presented to the user to prevent the application from crashing.
Currently, there is little to no error handling present. It is a good idea to present the user the errors the application generates. I think it can be done using the MessageBox class. All the exceptions from the whole application can bubble up to the top layer. Then they can be caught and presented to the user to prevent the application from crashing.