C# Class LiveTelemetry.Gauge_Laps

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
Gauge_Laps ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
PrintLapTime ( float time, bool sector ) : string

Method Details

Gauge_Laps() public method

public Gauge_Laps ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void