Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 699 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 699 Bytes

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