Method | Description | |
---|---|---|
GdsDiscoverServersDlg ( ) : System |
Constructs the form.
|
|
ShowDialog ( ApplicationConfiguration configuration, bool showSearchPanel ) : ApplicationDescription |
Shows the dialog.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BrowseCK_CheckedChanged ( object sender, EventArgs e ) : void | ||
BrowseCTRL_AfterSelect ( object sender, EventArgs e ) : void | ||
CloseBTN_Click ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ProcessFilter ( ComboBox selection, TextBox filter ) : string |
Adds wildcards to the filter.
|
|
Read ( NodeId nodeId ) : ApplicationDescription |
Reads the application description from the GDS.
|
|
Search ( ) : void |
Searches the server for servers.
|
|
SearchBTN_Click ( object sender, EventArgs e ) : void | ||
ServerCTRL_ConnectComplete ( object sender, EventArgs e ) : void | ||
ServerCTRL_ReconnectComplete ( object sender, EventArgs e ) : void | ||
ServersLV_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
UpdateResults ( ApplicationDescription descriptions ) : void |
Adds the results to the control.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ShowDialog ( ApplicationConfiguration configuration, bool showSearchPanel ) : ApplicationDescription | ||
configuration | ApplicationConfiguration | |
showSearchPanel | bool | |
return | ApplicationDescription |