The main form is coded as a single uberclass, split up into many partial class files to handle configuration and events for each separate tab. There is also a lot of logic in this class. There are probably more maintainable ways to do this, like splitting each tab page up into its own control and separating out much of the logic into its own classes.
The main form is coded as a single uberclass, split up into many partial class files to handle configuration and events for each separate tab. There is also a lot of logic in this class. There are probably more maintainable ways to do this, like splitting each tab page up into its own control and separating out much of the logic into its own classes.