private void OnShellProfileChanged(ShellProfileChangedMessage message)
        {
            UpdateDefaultShellProfile();

            CreateMenuViewModel();
        }
Example #2
0
 private void OnShellProfileChanged(ShellProfileChangedMessage message)
 {
     UpdateDefaultShellProfile();
 }
Example #3
0
        private void OnShellProfileChanged(ShellProfileChangedMessage message)
        {
            UpdateDefaultShellProfile();

            ApplicationView.ExecuteOnUiThreadAsync(CreateMenuViewModel, CoreDispatcherPriority.Low, true);
        }