C# Class ChatExample.ServerForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Properties

Property Type Description
instance ServerForm

Public Methods

Method Description
ServerForm ( ) : System

Protected Methods

Method Description
DestroyHandle ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChatService_ReceiveText ( ChatServerNetworkService sender, UserManagementServerNetworkService fromUser, string text, UserManagementServerNetworkService privateToUser ) : void
Create ( ) : void
Destroy ( ) : void
InitializeComponent ( ) : void

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

Log ( string text ) : void
UserManagementService_AddUserEvent ( UserManagementServerNetworkService sender, UserManagementServerNetworkService user ) : void
UserManagementService_RemoveUserEvent ( UserManagementServerNetworkService sender, UserManagementServerNetworkService user ) : void
buttonCreate_Click ( object sender, EventArgs e ) : void
buttonDestroy_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

DestroyHandle() protected method

protected DestroyHandle ( ) : void
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

ServerForm() public method

public ServerForm ( ) : System
return System

Property Details

instance public_oe static_oe property

public static ServerForm,ChatExample instance
return ServerForm