mCleaner.Helpers.Wipe.UpdateSectorInfo C# (CSharp) Метод

UpdateSectorInfo() приватный Метод

private UpdateSectorInfo ( int currentSector, int totalSectors ) : void
currentSector int
totalSectors int
Результат void
        private void UpdateSectorInfo(int currentSector, int totalSectors)
        {
            SectorInfoEvent(new SectorInfoEventArgs(currentSector, totalSectors));
        }