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

AppShell() public method

public AppShell ( LaunchActivatedEventArgs args ) : System
args LaunchActivatedEventArgs
return System
        public AppShell(LaunchActivatedEventArgs args)
        {
            this.InitializeComponent();
            InitializeFrame(args);
            this.Loaded += this.OnLoaded;
        }

Same methods

AppShell::AppShell ( FileActivatedEventArgs args ) : System