C# Class LiveTelemetry.Garage.ucSelectModel_EngineCurve

Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
Load ( ICar car ) : void
Load ( ICar car, CarEngineTools t ) : void
Resize ( ) : void
ucSelectModel_EngineCurve ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cb_mode_SelectedValueChanged ( object sender, EventArgs e ) : void
tb_speed_TextChanged ( object sender, EventArgs e ) : void
tb_throttle_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Load() public method

public Load ( ICar car ) : void
car ICar
return void

Load() public method

public Load ( ICar car, CarEngineTools t ) : void
car ICar
t CarEngineTools
return void

OnPaint() protected method

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

Resize() public method

public Resize ( ) : void
return void

ucSelectModel_EngineCurve() public method

public ucSelectModel_EngineCurve ( ) : System
return System