C# 클래스 SecureDeleteWinForms.TimeTracker

파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DeltaTime int
Duration int
Running bool

공개 메소드들

메소드 설명
DeltaTimeToPercent ( ) : double
StartTimer ( ) : void
Update ( ) : int

메소드 상세

DeltaTimeToPercent() 공개 메소드

public DeltaTimeToPercent ( ) : double
리턴 double

StartTimer() 공개 메소드

public StartTimer ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : int
리턴 int

프로퍼티 상세

DeltaTime 공개적으로 프로퍼티

public int DeltaTime
리턴 int

Duration 공개적으로 프로퍼티

public int Duration
리턴 int

Running 공개적으로 프로퍼티

public bool Running
리턴 bool