Navigation and Routing

From truxwiki.com
Revision as of 10:11, 2 November 2021 by Adrian (talk | contribs)
Jump to navigation Jump to search

This page is intended to document the Navigation and Routing of the WPF applilcation, or the way different Pages and Windows are opened and closed.

UI Guide Menu

  1. Entry Point
  2. Navigation and Routing
  3. Databinding

Main Files

File Summary Path
PageManager.cs This class manages the navigation tools such as : page loading, the bread crumbs, last page loaded, \Truxton\Client\TruxtonClient\TruxtonClient\PresentationCore\PageManager.cs
HomeViewModel.cs Adds the NavItems to the Main Menu \Truxton\Client\TruxtonClient\TruxtonClient\ViewModels\HomeViewModel.cs