메소드 | 설명 | |
---|---|---|
MainForm ( ApplicationConfiguration configuration ) : System |
Creates a form which uses the specified client configuration.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
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, FormClosingEventArgs e ) : void |
Cleans up when the main form closes.
|
|
Server_ConnectComplete ( object sender, EventArgs e ) : void |
Updates the application after connecting to or disconnecting from the server.
|
|
Server_ConnectMI_Click ( object sender, EventArgs e ) : void |
Connects to a server.
|
|
Server_DisconnectMI_Click ( object sender, EventArgs e ) : void |
Disconnects from the current session.
|
|
Server_DiscoverMI_Click ( object sender, EventArgs e ) : void |
Prompts the user to choose a server on another host.
|
|
Server_ReconnectComplete ( object sender, EventArgs e ) : void |
Updates the application after reconnecting to the server.
|
|
Server_ReconnectStarting ( object sender, EventArgs e ) : void |
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. |
리턴 | void |
public MainForm ( ApplicationConfiguration configuration ) : System | ||
configuration | ApplicationConfiguration | The configuration to use. |
리턴 | System |