C# Class telnet_sample.loader

Afficher le fichier Open project: erspicu/telnet_sample

Méthodes publiques

Свойство Type Description
siteslists List

Méthodes publiques

Méthode Description
init ( ) : void
loader ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AllocConsole ( ) : bool
GetConsoleWindow ( ) : IntPtr
InitializeComponent ( ) : void

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

SetWindowPos ( IntPtr hWnd, int hWndInsertAfter, int x, int Y, int cx, int cy, int wFlags ) : IntPtr
button1_Click ( object sender, EventArgs e ) : void
comboBox2_SelectedIndexChanged ( object sender, EventArgs 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

init() public méthode

public init ( ) : void
Résultat void

loader() public méthode

public loader ( ) : System
Résultat System

Property Details

siteslists public_oe property

public List siteslists
Résultat List