C# Class SimpleIoCApp.ModalViewModel

Inheritance: BaseViewModel
Exibir arquivo Open project: Clancey/SimpleIoCApp

Public Methods

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

Method Details

ClearEvents() public method

public ClearEvents ( ) : void
return void

ModalViewModel() public method

public ModalViewModel ( ) : System
return System

StartTimer() public method

public StartTimer ( ) : void
return void

Timer_Elapsed() public method

public Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void