Hi, I see Silverlight is supported and so is WinForms but not WPF. Do you have any idea how I can support WPF? I could start with the Silverlight or the WinForms code base, but which one is better to modify?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Silverlight views manager is better to base on. But the current Silverlight views engine is very simple, so for a quality WPF support you should rethink its design from the scratch. The direction of thinking can be read here: http://www.codeproject.com/KB/architecture/DotNetMVPFramework_Part3.aspx .
Good luck :)
Oleg Zhukov
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I see Silverlight is supported and so is WinForms but not WPF. Do you have any idea how I can support WPF? I could start with the Silverlight or the WinForms code base, but which one is better to modify?
Hi,
Silverlight views manager is better to base on. But the current Silverlight views engine is very simple, so for a quality WPF support you should rethink its design from the scratch. The direction of thinking can be read here: http://www.codeproject.com/KB/architecture/DotNetMVPFramework_Part3.aspx .
Good luck :)
Oleg Zhukov