blob: 252bae71beb6ec4668ccf1ebec5a7e296f7b0a77 (
plain)
1
2
3
4
5
6
7
|
This is the port of the current WinForms GUI over to WPF.
It is an incomplete work-in-progress and not currently in a usable state!
Goals:
- Move as much of the busness logic into the ApplicaitonServices library so it's reusable.
- Rebuild the UI in WPF using MVVM approach using Caliburn Micro 1.2 as the base and Castle Windsor for IoC/DI
|