This is probably an extremely basic question (im sorry) but its still fuzzy in my head.
Question: When should i be creating seperate classes in a WinForm project vs just writting methods in the form1 partical class?
eg, I have a tab panel which has several user inputs. When the user goes to the next tab panel and clicks a button, i want to verify all the user inputs on the previous page. Atm, i have several methods written within the form1 partical class and calls to them from the button_Clicked event. Is this the correct way to lay the program out? It seems a bit messy.
Thanks
Edit: I already have some functionality in class libraries.
This post has been edited by scolty: 08 February 2012 - 08:19 AM

New Topic/Question
Reply



MultiQuote




|