C# Class OSP.FrmMain

Mostrar archivo Open project: kasthack/OSP

Public Methods

Method Description
FrmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Освободить все используемые ресурсы.

Private Methods

Method Description
AboutBox ( object sender, EventArgs e ) : void
Browse ( object sender, EventArgs e ) : void
CheckAll ( bool value ) : void
CheckAllFields ( object sender, EventArgs e ) : void
CompleteAuth ( object sender, EventArgs e ) : void
EnableConfig ( bool status ) : void
GetFields ( ) : UserFields
InitializeComponent ( ) : void

Обязательный метод для поддержки конструктора - не изменяйте содержимое данного метода при помощи редактора кода.

OpenOAuth ( object sender, EventArgs e ) : void
ResetToken ( object sender, LinkLabelLinkClickedEventArgs e ) : void
Run ( object sender, EventArgs e ) : void
TotalProfilesWithCounter ( ) : string
UncheckAllFields ( object sender, EventArgs e ) : void
UpdateInterfaceIsRunnig ( ) : void
UpdateProfilesCount ( long a ) : void
UpdateTraffic ( long a ) : void
button3_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
chkDelay_CheckedChanged ( object sender, EventArgs e ) : void
chkUseCounter_CheckedChanged ( object sender, EventArgs e ) : void
nud_end_ValueChanged ( object sender, EventArgs e ) : void
nud_start_ValueChanged ( object sender, EventArgs e ) : void
txt_outpath_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Освободить все используемые ресурсы.
protected Dispose ( bool disposing ) : void
disposing bool истинно, если управляемый ресурс должен быть удален; иначе ложно.
return void

FrmMain() public method

public FrmMain ( ) : System
return System