Home - GetcuReone/MvvmFrame.Wpf GitHub Wiki

Welcome to the MvvmFrame.Wpf wiki! This library is designed to simplify application development on WPF. It is pretty easy to use. It uses a pattern MVVM and consists of 3 main and several additional parts.

Part Page

This is one of the main parts that contains a set of methods for working with a view. More here

Part ViewModel (Model)

Another main part of the library. It contains a set of simple APIs for working with your view-models. More here

Part NavigationManager

One of the most important parts of the library. Responsible for the relationship between frame navigation and view-models. Mere here