Updated README.md

This commit is contained in:
SuperBrain 2020-07-16 20:04:02 +02:00
parent 113784024c
commit e935d01abc
1 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,7 @@
# Stylet testing ground
This solution contains multiple WPF projects showcasing Stylet MVVM library
[Stylet](https://github.com/canton7/Stylet) is a popular MVVM library for .NET WPF applications. It supports both .NET Framework and .NET Core.
This solution contains multiple projects demonstrating the use of Stylet MVVM library for various use-cases.
### Dynamic Menu
The goal of this project is to dynamically create a side-menu for all ViewModels added to `Conductor<T>.Collection.OneActive` conductor.