System.Windows.Forms.Form |
WindowsApplication4.Form1 |
WindowsApplication4. | |
ipc | |
lbPort | |
textBox1 | |
btnSend | |
btnMassive | |
textBox2 | |
components | |
Form1 | |
ipc_OnMessage | |
Dispose | |
InitializeComponent | summary> Required method for Designer support - do not modify the contents of this method with the code editor. |
Main | |
btnSend_Click | |
btnMassive_Click |
private IPC ipc
private System.Windows.Forms.ListBox lbPort
private System.Windows.Forms.TextBox textBox1
private System.Windows.Forms.Button btnSend
private System.Windows.Forms.Button btnMassive
private System.Windows.Forms.TextBox textBox2
private System.ComponentModel.Container components
public Form1()
private void ipc_OnMessage( string message, int port )
protected override void Dispose( bool disposing )
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
private void InitializeComponent()
static void Main()
private void btnSend_Click( object sender, System. EventArgs e )
private void btnMassive_Click( object sender, System. EventArgs e )