コード例 #1
0
        protected bool _isDisposed = false; // To detect redundant calls

        #endregion Fields

        #region Constructors

        protected CommandBinding(BindableCommand command)
        {
            this.Command = command;
        }
コード例 #2
0
 protected CommandBinding(BindableCommand command)
 {
     this.Command = command;
 }