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
PipeServer.Form1 Class Reference
+ Inheritance diagram for PipeServer.Form1:
+ Collaboration diagram for PipeServer.Form1:

Public Member Functions

 Form1 ()
 

Protected Member Functions

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

Private Member Functions

void pipeServer_MessageReceived (Server.Client client, string message)
 
void DisplayMessageReceived (Server.Client client, 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

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

Constructor & Destructor Documentation

Member Function Documentation

void PipeServer.Form1.pipeServer_MessageReceived ( Server.Client  client,
string  message 
)
inlineprivate
void PipeServer.Form1.DisplayMessageReceived ( Server.Client  client,
string  message 
)
inlineprivate
void PipeServer.Form1.btnStart_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void PipeServer.Form1.btnSend_Click ( object  sender,
EventArgs  e 
)
inlineprivate
override void PipeServer.Form1.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

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

References PipeServer.Form1.components.

void PipeServer.Form1.InitializeComponent ( )
inlineprivate

Member Data Documentation

Server PipeServer.Form1.pipeServer
private
System.ComponentModel.IContainer PipeServer.Form1.components = null
private

Required designer variable.

Referenced by PipeServer.Form1.Dispose().

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

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