C# Класс subtitleMemorize.InfoProgress.ProgressSection

A section in the whole process. See documentation of InfoProgress for more detail.
Показать файл Открыть проект

Открытые методы

Метод Описание
AddProcessedSteps ( int steps ) : int

Increase counter for processed steps. Returns the number of steps that were really increased (in case "new steps + saved steps > max steps").

ProgressSection ( String name, int numberOfSteps ) : System

Описание методов

AddProcessedSteps() публичный Метод

Increase counter for processed steps. Returns the number of steps that were really increased (in case "new steps + saved steps > max steps").
public AddProcessedSteps ( int steps ) : int
steps int Steps.
Результат int

ProgressSection() публичный Метод

public ProgressSection ( String name, int numberOfSteps ) : System
name String
numberOfSteps int
Результат System