C# Class SecureDeleteWinForms.TimeTracker

Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Свойство Type Description
DeltaTime int
Duration int
Running bool

Méthodes publiques

Méthode Description
DeltaTimeToPercent ( ) : double
StartTimer ( ) : void
Update ( ) : int

Method Details

DeltaTimeToPercent() public méthode

public DeltaTimeToPercent ( ) : double
Résultat double

StartTimer() public méthode

public StartTimer ( ) : void
Résultat void

Update() public méthode

public Update ( ) : int
Résultat int

Property Details

DeltaTime public_oe property

public int DeltaTime
Résultat int

Duration public_oe property

public int Duration
Résultat int

Running public_oe property

public bool Running
Résultat bool