mCleaner.Helpers.Wipe.UpdateSectorInfo C# (CSharp) Méthode

UpdateSectorInfo() private méthode

private UpdateSectorInfo ( int currentSector, int totalSectors ) : void
currentSector int
totalSectors int
Résultat void
        private void UpdateSectorInfo(int currentSector, int totalSectors)
        {
            SectorInfoEvent(new SectorInfoEventArgs(currentSector, totalSectors));
        }