C# Class AutoWikiBrowser.Plugins.Kingbotk.Components.TimerStats

Show file Open project: reedy/AutoWikiBrowser

Private Properties

Property Type Description
CalculateETA void
Init void
InitializeComponent void
Reset void
ResetVars void
StatsSkipMisc void
StopStats void
Timer1_Tick void

Public Methods

Method Description
TimerStats ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CalculateETA ( double secondsPerPage ) : void
Init ( AsyncApiEdit e, Label etaLabel, PluginSettingsControl stats ) : void
InitializeComponent ( ) : void

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

Reset ( ) : void
ResetVars ( ) : void
StatsSkipMisc ( int val ) : void
StopStats ( ) : void
Timer1_Tick ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

TimerStats() public method

public TimerStats ( ) : System
return System