C# Class MorseCode.CsJs.Examples.CalculatorsAndStopwatch.ViewModel.StopwatchViewModel

Show file Open project: jam40jeff/CsJs

Public Methods

Method Description
Reset ( ) : void
Start ( ) : void
Stop ( ) : void
StopwatchViewModel ( ) : System

Private Methods

Method Description
GetTimeSpanString ( System.TimeSpan timeSpan, ViewMode selectedViewMode ) : string
OnTimerElapsed ( ) : void
SetElapsedTime ( ) : void
UpdateTimerState ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

StopwatchViewModel() public method

public StopwatchViewModel ( ) : System
return System