C# Class MonitoringApp_V2.Form1

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: projectgroepA1/ProjectgroepA1

Public Methods

Method Description
AddPanel ( DataPanel panel ) : void
Form1 ( TcpClient client, NetworkStream stream, WindowsFormsApplication2.Login login, string dir ) : System
LoadMeasurements ( List mes ) : void
closeApplicaton ( ) : void
showMessage ( int clientID, string message ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Delete_Click ( object sender, EventArgs e ) : void
Form1_FormClosing_1 ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

aboutUsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
flowLayoutPanel_Paint ( object sender, PaintEventArgs e ) : void
loadToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AddPanel() public method

public AddPanel ( DataPanel panel ) : void
panel DataPanel
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( TcpClient client, NetworkStream stream, WindowsFormsApplication2.Login login, string dir ) : System
client System.Net.Sockets.TcpClient
stream System.Net.Sockets.NetworkStream
login WindowsFormsApplication2.Login
dir string
return System

LoadMeasurements() public method

public LoadMeasurements ( List mes ) : void
mes List
return void

closeApplicaton() public method

public closeApplicaton ( ) : void
return void

showMessage() public method

public showMessage ( int clientID, string message ) : void
clientID int
message string
return void