C# Class WinRTXamlToolkit.Sample.AppShell

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
AppShell ( FileActivatedEventArgs args ) : System
AppShell ( LaunchActivatedEventArgs args ) : System

Private Methods

Method Description
HandleFileActivationAsync ( FileActivatedEventArgs e ) : Task
InitializeFrame ( object args ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

AppShell() public method

public AppShell ( FileActivatedEventArgs args ) : System
args FileActivatedEventArgs
return System

AppShell() public method

public AppShell ( LaunchActivatedEventArgs args ) : System
args LaunchActivatedEventArgs
return System