Exemplo n.º 1
0
        private void btnSettings_Click(object sender, RoutedEventArgs e)
        {
            HomeNavigation selector = ViewLocator.Instance.Get <HomeNavigation>();

            this.transitionContentHome.Content = selector.Templates["Settings"];

            if (history.FirstOrDefault() != "about")
            {
                this.transitionContentHome.AbortTransition();
            }

            history.Push("settings");
        }