IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
PipeClient.Form1 Class Reference
+ Inheritance diagram for PipeClient.Form1:
+ Collaboration diagram for PipeClient.Form1:

Public Member Functions

 Form1 ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

void pipeClient_MessageReceived (string message)
 
void DisplayReceivedMessage (string message)
 
void btnStart_Click (object sender, EventArgs e)
 
void btnSend_Click (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

Client pipeClient
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label lblReceived
 
System.Windows.Forms.TextBox tbReceived
 
System.Windows.Forms.Button btnSend
 
System.Windows.Forms.Label lblSend
 
System.Windows.Forms.TextBox tbSend
 
System.Windows.Forms.Button btnStart
 
System.Windows.Forms.Label lblPipeName
 
System.Windows.Forms.TextBox tbPipeName
 

Constructor & Destructor Documentation

Member Function Documentation

void PipeClient.Form1.pipeClient_MessageReceived ( string  message)
inlineprivate
void PipeClient.Form1.DisplayReceivedMessage ( string  message)
inlineprivate
void PipeClient.Form1.btnStart_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void PipeClient.Form1.btnSend_Click ( object  sender,
EventArgs  e 
)
inlineprivate
override void PipeClient.Form1.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

References PipeClient.Form1.components.

void PipeClient.Form1.InitializeComponent ( )
inlineprivate

Member Data Documentation

Client PipeClient.Form1.pipeClient
private
System.ComponentModel.IContainer PipeClient.Form1.components = null
private

Required designer variable.

Referenced by PipeClient.Form1.Dispose().

System.Windows.Forms.Label PipeClient.Form1.lblReceived
private
System.Windows.Forms.TextBox PipeClient.Form1.tbReceived
private
System.Windows.Forms.Button PipeClient.Form1.btnSend
private
System.Windows.Forms.Label PipeClient.Form1.lblSend
private
System.Windows.Forms.TextBox PipeClient.Form1.tbSend
private
System.Windows.Forms.Button PipeClient.Form1.btnStart
private
System.Windows.Forms.Label PipeClient.Form1.lblPipeName
private
System.Windows.Forms.TextBox PipeClient.Form1.tbPipeName
private

The documentation for this class was generated from the following files: