|
by Paul Stovell via Paul Stovell on 12/22/2009 1:09:19 AM
Back to: Magellan Home
Magellan does not natively support Windows Forms, but adding support is as easy as writing your own View Engine.
As described in the documentation on View Engines, there are two classes we need to write. The first is an object that implements IViewEngine, which is responsible for finding the view. The second is an object inheriting from ViewEngineResult, which contains logic for rendering the form (i.e., calling Form.Show()).
There are also a couple
... [ read more ]
|
|