SimpleWPF is a .Net library for creating simple and fast Windows Presentation Foundation (WPF) applications. This library includes navigation services, command implementations (Including async), and data template management, and more.
SimpleWPF can be installed via the nuget package manager console:
PM> Install-Package SimpleWPF -Version 2.0.2
If you would like to contribute, please read the contributing.md
This project is licensed under the MIT License - see the LICENSE file for details