Task Bar Icon

From truxwiki.com
Revision as of 15:15, 9 November 2021 by Adrian (talk | contribs) (Created page with "This page documents the Task Bar Icon of the application, or the icon at the bottom right of a typical Windows Desktop setup. == UI Guide Menu == :* UI - Truxton Analyst -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page documents the Task Bar Icon of the application, or the icon at the bottom right of a typical Windows Desktop setup.

UI Guide Menu

  1. Entry Point
  2. Navigation and Routing
  3. Databinding
  4. Dependency Injection

Main Files

File Summary Path
App.xaml.cs App begins at this file. Loads the MainWindow and its view model, among other important windows and services \Truxton\Client\TruxtonClient\TruxtonClient\App.xaml.cs
MainWindow.xaml[.cs] Once loaded, the MainWindow will load the each page into its BodyContainer element. \Truxton\Client\TruxtonClient\TruxtonClient\Windows\MainWindow.xaml[.cs]
MainWIndowViewModel.cs Contains the logic to navigate to the correct page. \Truxton\Client\TruxtonClient\TruxtonClient\ViewModels\Windows\Main\MainWindowViewModel.cs