C# Class ContosoExpenses.Uwp.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: XamlApplication
Show file Open project: microsoft/react-native-windows-samples

Public Methods

Method Description
App ( ) : Microsoft.Toolkit.Win32.UI.XamlHost

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

Method Details

App() public method

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : Microsoft.Toolkit.Win32.UI.XamlHost
return Microsoft.Toolkit.Win32.UI.XamlHost