protected bool _isDisposed = false; // To detect redundant calls #endregion Fields #region Constructors protected CommandBinding(BindableCommand command) { this.Command = command; }
protected CommandBinding(BindableCommand command) { this.Command = command; }