Ejemplo n.º 1
0
 public void ResetInputBindings()
 {
     _inputBindings.DeregisterCommands();
     _inputBindings.RegisterCommands(GetInputBindingCommands());
 }
Ejemplo n.º 2
0
        protected override void OnDeactivate(bool close)
        {
            base.OnDeactivate(close);

            _inputBindings.DeregisterCommands();
        }