Difference between revisions of "Entry Point"

From truxwiki.com
Jump to navigation Jump to search
Line 6: Line 6:
 
:# [[ Navigation and Routing ]]
 
:# [[ Navigation and Routing ]]
 
:# [[ Databinding ]]
 
:# [[ Databinding ]]
 +
 +
== UI Guide Menu ==
 +
 +
::{| class="wikitable"
 +
| App.xaml[.cs]
 +
|-
 +
| MainWindow.xaml[.cs]
 +
|-
 +
| MainWIndowViewModel.cs
 +
|}

Revision as of 13:56, 29 October 2021

This page documents the Entry Point of the application, or how the execution of a program begins. This document is intended to detail the initial resources that are used when the application is launched.

UI Guide Menu

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

UI Guide Menu

App.xaml[.cs]
MainWindow.xaml[.cs]
MainWIndowViewModel.cs