C# 클래스 MySlide.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: sensepost/Scully

공개 프로퍼티들

프로퍼티 타입 설명
stsBar System.Windows.Forms.StatusBar
txtHost System.Windows.Forms.TextBox
txtPort System.Windows.Forms.TextBox
txtUser System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
EndStartThreadMan ( IAsyncResult arResult ) : void
Form1 ( ) : System
StartThreadMan ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndStartThreadMan() 공개 메소드

public EndStartThreadMan ( IAsyncResult arResult ) : void
arResult IAsyncResult
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

StartThreadMan() 공개 메소드

public StartThreadMan ( ) : void
리턴 void

프로퍼티 상세

stsBar 공개적으로 프로퍼티

public StatusBar,System.Windows.Forms stsBar
리턴 System.Windows.Forms.StatusBar

txtHost 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtHost
리턴 System.Windows.Forms.TextBox

txtPort 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtPort
리턴 System.Windows.Forms.TextBox

txtUser 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtUser
리턴 System.Windows.Forms.TextBox