System.Windows.Forms.Form |
WindowsApplication4.Form1 |
| WindowsApplication4. | |
| ipc | |
| MyLB | |
| textBox1 | |
| btnSend | |
| btnStress | |
| textBox2 | |
| btnSendBinary | |
| components | |
| Form1 | |
| ipc_Handler | |
| 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 | |
| btnSendBinary_Click | |
| GetReceiver | |
| PointToBytes | |
| BytesToPoint |
private IPC ipc
private System.Windows.Forms.ListBox MyLB
private System.Windows.Forms.TextBox textBox1
private System.Windows.Forms.Button btnSend
private System.Windows.Forms.Button btnStress
private System.Windows.Forms.TextBox textBox2
private Button btnSendBinary
private System.ComponentModel.Container components
public Form1()
private void ipc_Handler( object sender, IPCEventArgs ea )
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 )
unsafe private void btnSendBinary_Click( object sender, EventArgs e )
private IntPtr GetReceiver()
static unsafe byte[] PointToBytes( Point p )
static unsafe Point BytesToPoint( byte[] arr )