WindowsApplication4.Form1

System.Windows.Forms.Form
WindowsApplication4.Form1
Summary
WindowsApplication4.Form1
ipc
lbPort
textBox1
btnSend
btnMassive
textBox2
components
Form1
ipc_OnMessage
Dispose
InitializeComponentsummary> Required method for Designer support - do not modify the contents of this method with the code editor.
Main
btnSend_Click
btnMassive_Click

ipc

private IPC ipc

lbPort

private System.Windows.Forms.ListBox lbPort

textBox1

private System.Windows.Forms.TextBox textBox1

btnSend

private System.Windows.Forms.Button btnSend

btnMassive

private System.Windows.Forms.Button btnMassive

textBox2

private System.Windows.Forms.TextBox textBox2

components

private System.ComponentModel.Container components

Form1

public Form1()

ipc_OnMessage

private void ipc_OnMessage(string message,
int port)

Dispose

protected override void Dispose(bool disposing)

InitializeComponent

private void InitializeComponent()

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

Main

static void Main()

btnSend_Click

private void btnSend_Click(object sender,
System.EventArgs e)

btnMassive_Click

private void btnMassive_Click(object sender,
System.EventArgs e)
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)
private void InitializeComponent()
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
static void Main()
private void btnSend_Click(object sender,
System.EventArgs e)
private void btnMassive_Click(object sender,
System.EventArgs e)
Close