Difference between revisions of "Navigation and Routing"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
:# [[ Navigation and Routing ]] | :# [[ Navigation and Routing ]] | ||
:# [[ Databinding ]] | :# [[ Databinding ]] | ||
| + | |||
| + | == Main Files == | ||
| + | |||
| + | ::{| class="wikitable" | ||
| + | ! 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 | ||
| + | |- | ||
| + | |} | ||
Revision as of 10:11, 2 November 2021
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
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