메소드 | 설명 | |
---|---|---|
Download ( String fileLocation ) : bool |
Download the remote resource to the given local location
|
|
DownloadProgressDialog ( String url, int size ) : System |
Create the download progress dialog
|
메소드 | 설명 | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public Download ( String fileLocation ) : bool | ||
fileLocation | String | The local location to save the file to |
리턴 | bool |
public DownloadProgressDialog ( String url, int size ) : System | ||
url | String | The remote url to download |
size | int | The size of the remote resource to download |
리턴 | System |