SimpleWPF
SimpleWPF copied to clipboard
A simple code foundation for a WPF application to handle basic view navigation, data templating, commands, property notification, and more.
SimpleWPF
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.
Installation
SimpleWPF can be installed via the nuget package manager console:
PM> Install-Package SimpleWPF -Version 2.0.2
Contributing
If you would like to contribute, please read the contributing.md
License
This project is licensed under the MIT License - see the LICENSE file for details