WinRTXamlToolkit.Sample.AppShell.AppShell C# (CSharp) Method

AppShell() public method

public AppShell ( FileActivatedEventArgs args ) : System
args FileActivatedEventArgs
return System
        public AppShell(FileActivatedEventArgs args)
        {
            this.InitializeComponent();
            InitializeFrame(args);
#pragma warning disable 4014
            this.HandleFileActivationAsync(args);
#pragma warning restore 4014
            this.Loaded += this.OnLoaded;
        }

Same methods

AppShell::AppShell ( LaunchActivatedEventArgs args ) : System