AdvancedLauncher.UI.Commands.ModelCommand.ModelCommand C# (CSharp) Method

ModelCommand() public method

public ModelCommand ( Action execute ) : System
execute Action
return System
        public ModelCommand(Action<object> execute)
            : this(execute, null)
        {
        }

Same methods

ModelCommand::ModelCommand ( Action execute, Predicate canExecute ) : System