Method | Description | |
---|---|---|
MainForm ( ApplicationConfiguration configuration ) : System |
Creates a form which uses the specified client configuration.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ChangeViewBTN_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainForm ( ) : System |
Creates an empty form.
|
|
MainForm_FormClosing ( object sender, |
Cleans up when the main form closes.
|
|
Server_ConnectComplete ( object sender, |
Updates the application after connecting to or disconnecting from the server.
|
|
Server_ConnectMI_Click ( object sender, |
Connects to a server.
|
|
Server_DisconnectMI_Click ( object sender, |
Disconnects from the current session.
|
|
Server_DiscoverMI_Click ( object sender, |
Prompts the user to choose a server on another host.
|
|
Server_ReconnectComplete ( object sender, |
Updates the application after reconnecting to the server.
|
|
Server_ReconnectStarting ( object sender, |
Updates the application after a communicate error was detected.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public MainForm ( ApplicationConfiguration configuration ) : System | ||
configuration | ApplicationConfiguration | The configuration to use. |
return | System |