C# 클래스 subtitleMemorize.InfoProgress.ProgressSection

A section in the whole process. See documentation of InfoProgress for more detail.
파일 보기 프로젝트 열기: ChangSpivey/SubtitleMemorize

공개 메소드들

메소드 설명
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