Method | Description | |
---|---|---|
ConfigurationDialog ( string configurationHtmlPath, string libraryJsonData, NavigationIsolator isolator ) : System |
Show an html form, prepopulating it with saved values, and returning the new values when they click "OK"
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ConfigurationDialog_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
On_Activated ( object sender, |
||
WebBrowser_DocumentCompleted ( object sender, Gecko e ) : void | ||
_cancelButton_Click ( object sender, |
||
_okButton_Click ( object sender, |
public ConfigurationDialog ( string configurationHtmlPath, string libraryJsonData, NavigationIsolator isolator ) : System | ||
configurationHtmlPath | string | |
libraryJsonData | string | Values saved previously |
isolator | NavigationIsolator | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |