C# Class mCleaner.Helpers.PassInfoEventArgs

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

Public Methods

Method Description
PassInfoEventArgs ( int currentPass, int totalPasses ) : System

Method Details

PassInfoEventArgs() public method

public PassInfoEventArgs ( int currentPass, int totalPasses ) : System
currentPass int
totalPasses int
return System