AdvancedLauncher.UI.Commands.ModelCommand.ModelCommand C# (CSharp) 메소드

ModelCommand() 공개 메소드

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

Same methods

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