C# Class mCleaner.Helpers.SectorInfoEventArgs

Inheritance: System.EventArgs
Mostra file Open project: MicroHealthLLC/mCleaner Class Usage Examples

Public Methods

Method Description
SectorInfoEventArgs ( int currentSector, int totalSectors ) : System

Method Details

SectorInfoEventArgs() public method

public SectorInfoEventArgs ( int currentSector, int totalSectors ) : System
currentSector int
totalSectors int
return System