C# Class CodeImp.Gluon.NetPingTechPanel

Mostrar archivo Open project: DieterKoblenz/LCARS

Public Methods

Method Description
NetPingTechPanel ( ) : System
OnShow ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DisplayJob ( int displayindex ) : void
InitializeComponent ( ) : void

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

animatetimer_Tick ( object sender, EventArgs e ) : void
cycletimer_Tick ( object sender, EventArgs e ) : void
movearrowtimer_Tick ( object sender, EventArgs e ) : void
routebutton_Click ( object sender, EventArgs e ) : void
tracert_TraceComplete ( object sender, EventArgs e ) : void
tracetimer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NetPingTechPanel() public method

public NetPingTechPanel ( ) : System
return System

OnShow() public method

public OnShow ( ) : void
return void