tags:

views:

199

answers:

2
A: 

I would use a framework, like MVCSharp.

Frederik Gheysels
A: 

see Implementing MVC with Windows Forms for lots of pointers to your given options

Also consider using Dependency injection to avoid you static classes

Ian Ringrose
Thanks for the links, I'll trawl through them.I've seen some of the websites before.BTW, I don't have Static classes, I have a Static instance to a class - but the Dependency Injection looks interesting, so will look into it...Thanks :)
JustAPleb