PowerArgs.Cli.ProgressOperationManagerControl.Operations_Added C# (CSharp) Method

Operations_Added() private method

private Operations_Added ( ProgressOperation operation ) : void
operation ProgressOperation
return void
        private void Operations_Added(ProgressOperation operation)
        {
            operationsStackPanel.Controls.Insert(0, new ProgressOperationControl(manager, operation).FillHoriontally(operationsStackPanel));
        }