/// <summary> /// Removes a command from the list of commands that can be shown. /// </summary> /// <param name="command">The command.</param> public virtual void RemoveCommand(CustomControls.ExtendedRoutedCommand command) { CanShowCommandList.Remove(command); }
public virtual void RemoveCommand(ExtendedRoutedCommand command) { CanShowCommandList.Remove(command); }