C# Class NetIde.Services.PackageManager.ProgressEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: netide/netide Class Usage Examples

Public Methods

Method Description
ProgressEventArgs ( string progress, int currentStep, int totalSteps ) : System

Method Details

ProgressEventArgs() public method

public ProgressEventArgs ( string progress, int currentStep, int totalSteps ) : System
progress string
currentStep int
totalSteps int
return System