C# Class csShared.Timeline.NowTimelinePlayer

Inheritance: Caliburn.Micro.PropertyChangedBase, ITimelinePlayer
Show file Open project: TNOCS/csTouch

Public Methods

Method Description
Begin ( ) : void
Init ( ) : void
Stop ( ) : void

Private Methods

Method Description
Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
Imb_OnVariable ( TConnection aConnection, string aVarName, byte aVarValue, byte aPrevValue ) : void
SendUpdate ( ) : void
Timeline_TimeChanged ( object sender, TimeEventArgs e ) : void
Timeline_TimeContentChanged ( object sender, TimeEventArgs e ) : void

Method Details

Begin() public method

public Begin ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void