AerialForWindows.DelegateCommand.DelegateCommand C# (CSharp) Method

DelegateCommand() public method

public DelegateCommand ( System.Action action ) : System
action System.Action
return System
        public DelegateCommand(Action action)
        {
            _action = action;
        }