AuctionSniper.UI.ViewModels.UICommand.UICommand C# (CSharp) Метод

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

public UICommand ( System.Action action ) : System
action System.Action
Результат System
        public UICommand(Action action)
        {
            this.action = action;
        }