AppVeyor.Commands.ContextChangedCommand.ContextChangedCommand C# (CSharp) Method

ContextChangedCommand() public method

public ContextChangedCommand ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
return System
        public ContextChangedCommand(IServiceProvider serviceProvider)
            : base(serviceProvider,
                    OnExecute,
                    new CommandID(
                        typeof(ContextChangedCommand).GUID,
                        (int)cmdidMyDropDownCombo))
        {
        }