This is all part of a massive project, but essentially I have a welcome text box that I want to close.
The class is: public partial class Registration : Form
The method is: private void Register()
The line of code is: this.Close();
Why is this breaking? Do I just need to do a try/catch?