示例#1
0
        private void OnShellProfileChanged(ShellProfileChangedMessage message)
        {
            UpdateDefaultShellProfile();

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

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