I'm looking for a non-trivial example of MVC/MVP implemented in Winforms (C# .NET). I searched the website but getting only trivial examples, a little more would be helpful.
I'm Particularly looking at ways to implement views (view for a master-child model) and controllers/presenters.