mikoskinen / UWP.MDI

Multiple document interface (MDI) support for UWP applications
MIT License
7 stars 3 forks source link

MVVM example & support #2

Open mikoskinen opened 6 years ago

mikoskinen commented 6 years ago

Create a sample which shows how to use MVVM framework (Caliburn.Micro) with the UWP.MDI -controls.

mikoskinen commented 6 years ago

Added basic MVVM sample in https://github.com/mikoskinen/UWP.MDI/commit/20f3a7302f7a72d09add14f4062c4156ac2c1f81.

Need to add Caliburn.Micro sample to make sure that everything works nicely with different MVVM frameworks.