Method | Description | |
---|---|---|
ConfigProvider ( ) : System.ComponentModel | ||
ConfigProvider ( IContainer container ) : System.ComponentModel | ||
Get ( ) : Configuration | ||
SetCredentials ( string username, string password ) : void | ||
SetDownloadFolder ( string folder ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
Set ( Configuration configuration ) : void |
public ConfigProvider ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public ConfigProvider ( IContainer container ) : System.ComponentModel | ||
container | IContainer | |
return | System.ComponentModel |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetCredentials ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |
public SetDownloadFolder ( string folder ) : void | ||
folder | string | |
return | void |