C# Class System.Windows.Threading.DispatcherTimer

Afficher le fichier Open project: shana/moon Class Usage Examples

Méthodes publiques

Méthode Description
DispatcherTimer ( ) : System
Start ( ) : void
Stop ( ) : void

Method Details

DispatcherTimer() public méthode

public DispatcherTimer ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void