Exemplo n.º 1
0
        protected override UIElement CreateShell(Frame rootFrame)
        {
            ShellPage shell = this.Container.Resolve <ShellPage>();

            shell.SetRootFrame(rootFrame);
            return(shell);
        }