C# Class MySlide.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sensepost/Scully

Méthodes publiques

Свойство Type Description
stsBar System.Windows.Forms.StatusBar
txtHost System.Windows.Forms.TextBox
txtPort System.Windows.Forms.TextBox
txtUser System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
EndStartThreadMan ( IAsyncResult arResult ) : void
Form1 ( ) : System
StartThreadMan ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreateConnectionString ( ) : bool
Form1_Load ( object sender, System e ) : void
GetConnection ( string connectionString ) : SqlConnection
InitializeComponent ( ) : void

Windows forms designer stuff

Main ( ) : void
UpdateUI ( ) : void
btnSend_Click ( object sender, System e ) : void
button2_Click ( object sender, System e ) : void
chkboxmssql_CheckedChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndStartThreadMan() public méthode

public EndStartThreadMan ( IAsyncResult arResult ) : void
arResult IAsyncResult
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

StartThreadMan() public méthode

public StartThreadMan ( ) : void
Résultat void

Property Details

stsBar public_oe property

public StatusBar,System.Windows.Forms stsBar
Résultat System.Windows.Forms.StatusBar

txtHost public_oe property

public TextBox,System.Windows.Forms txtHost
Résultat System.Windows.Forms.TextBox

txtPort public_oe property

public TextBox,System.Windows.Forms txtPort
Résultat System.Windows.Forms.TextBox

txtUser public_oe property

public TextBox,System.Windows.Forms txtUser
Résultat System.Windows.Forms.TextBox