StevenThuriot / Nova

Small graphical framework to quickly start developing your apps without having to worry too much about controls and looks.
MIT License
2 stars 0 forks source link

Multistep doesn't work when it's the startup step. #20

Closed StevenThuriot closed 11 years ago

StevenThuriot commented 11 years ago

Move navigate method to base. Let multistep override this and link to the base step instead. Remove the OfType call in the NovaTree.

Create a relaycommand to call these methods rather than directly setting the creational command.

Add IMultistep interface + check this rather than the node in the NavigationalAction