How can I remove some of the event handlers to a different class/file?

G

G. Tarazi

My "FormCode.cs" is 1024 lines of code, most of the code are just event handlers; can I organize it by moving some of the event handlers to a different class? and what attribute should I use for that.



Thanks
 
Top