메소드 | 설명 | |
---|---|---|
MainForm ( ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ListenerMonitorHandler ( object o ) : void | ||
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
MainForm_Load ( object sender, EventArgs e ) : void | ||
OutputLog ( string format ) : void | ||
UIThreadInvoke ( Action action ) : void | ||
btnStart_Click ( object sender, EventArgs e ) : void | ||
btnStop_Click ( object sender, EventArgs e ) : void | ||
listener_ClientAccepted ( string uid ) : void | ||
listener_OnMsgReceived ( string uid, string info ) : void | ||
listener_OnSended ( string uid, string exception ) : void | ||
listener_StartListenThread ( ) : void | ||
listener_clientDisconnected ( string obj ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |