C# Class LongoMatch.Core.Store.TimerButton

Inheritance: DashboardButton
Exibir arquivo Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
Start ( Time start, List from ) : void
Stop ( Time stop, List from ) : void
TimerButton ( ) : System

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Start() public method

public Start ( Time start, List from ) : void
start Time
from List
return void

Stop() public method

public Stop ( Time stop, List from ) : void
stop Time
from List
return void

TimerButton() public method

public TimerButton ( ) : System
return System