C# Class WHOis.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Behzadkhosravifar/WHOis

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
ChkDomain_CheckStateChanged ( object sender, EventArgs e ) : void
IncreaseProgress ( bool setZero = false ) : void
InitializeComponent ( ) : void

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

InvokeIfRequire ( System.Action act ) : void
MainForm_Load ( object sender, EventArgs e ) : void
SetCellStyle ( WhoisInfo data ) : void
UiActivation ( bool active ) : void
UpdateCell ( System.Windows.Forms.DataGridViewCell cell ) : Task
WhoisHelper_Progress ( object sender, WhoisInfo e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnLookUp_Click ( object sender, EventArgs e ) : void
btnPreCompile_Click ( object sender, EventArgs e ) : void
btnReTryErrorCells_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
chkAccecptDigitLetteral_CheckedChanged ( object sender, EventArgs e ) : void
dgvResult_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Method Details

Dispose() protected méthode

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

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void