AuctionSniper.UI.ViewModels.UICommand.UICommand C# (CSharp) Method

UICommand() public method

public UICommand ( System.Action action ) : System
action System.Action
return System
        public UICommand(Action action)
        {
            this.action = action;
        }