C# Class SimpleIoCApp.ModalViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: Clancey/SimpleIoCApp

Méthodes publiques

Méthode Description
ClearEvents ( ) : void
ModalViewModel ( ) : System
StartTimer ( ) : void
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

ClearEvents() public méthode

public ClearEvents ( ) : void
Résultat void

ModalViewModel() public méthode

public ModalViewModel ( ) : System
Résultat System

StartTimer() public méthode

public StartTimer ( ) : void
Résultat void

Timer_Elapsed() public méthode

public Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void