Exemplo n.º 1
0
        private void OnShellProfileDeleted(ShellProfileDeletedMessage message)
        {
            _keyboardCommandService.DeregisterCommandHandler(message.ProfileId.ToString());

            UpdateDefaultShellProfile();

            CreateMenuViewModel();
        }
Exemplo n.º 2
0
        private void OnShellProfileDeleted(ShellProfileDeletedMessage message)
        {
            _keyboardCommandService.DeregisterCommandHandler(message.ProfileId.ToString());

            UpdateDefaultShellProfile();

            ApplicationView.ExecuteOnUiThreadAsync(CreateMenuViewModel, CoreDispatcherPriority.Low, true);
        }
Exemplo n.º 3
0
 private void OnShellProfileDeleted(object sender, Guid e)
 {
     _keyboardCommandService.DeregisterCommandHandler(e.ToString());
 }
Exemplo n.º 4
0
 private void OnShellProfileDeleted(ShellProfileDeletedMessage message)
 {
     _keyboardCommandService.DeregisterCommandHandler(message.ProfileId.ToString());
 }