wpf_player.AlwaysExecuteCommand.AlwaysExecuteCommand C# (CSharp) Метод

AlwaysExecuteCommand() публичный Метод

Class constructor
public AlwaysExecuteCommand ( Action executeDelegate ) : System
executeDelegate Action Delegate to execute
Результат System
        public AlwaysExecuteCommand(Action<object> executeDelegate)
        {
            this._executeDelegate = executeDelegate;
        }