Design guidelines, MVC?
There are multiple GUI components(tree,listbox,label) that should all be based on the same data model.
Is Windows Forms Data Binding useful here or should I design my own MVC structure? Or do I just need Model-View since most implementations seems to disregard the controller?
Any thoughts would be appreciated!
-Chris

