C# Class System.Windows.Threading.DispatcherTimer

Show file Open project: shana/moon Class Usage Examples

Public Methods

Method Description
DispatcherTimer ( ) : System
Start ( ) : void
Stop ( ) : void

Method Details

DispatcherTimer() public method

public DispatcherTimer ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void