diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/README BEFORE WRITING CODE.txt')
-rw-r--r-- | win/CS/HandBrakeWPF/README BEFORE WRITING CODE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/README BEFORE WRITING CODE.txt b/win/CS/HandBrakeWPF/README BEFORE WRITING CODE.txt new file mode 100644 index 000000000..252bae71b --- /dev/null +++ b/win/CS/HandBrakeWPF/README BEFORE WRITING CODE.txt @@ -0,0 +1,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
\ No newline at end of file |