Exemple #1
0
        private void Escape(KeyCombinationEventArgs e)
        {
            // Always Close the dialog first
            if (Net.Astropenguin.Helpers.Popups.CloseDialog())
            {
                return;
            }

            NavigationHandler.MasterNavigationHandler(RootFrame, null);
        }