Method | Description | |
---|---|---|
DownloadFile ( |
||
DownloadForm ( ) : System | ||
DownloadResource ( IResource resource, string destination ) : void | ||
UploadFile ( string source, IResource destinationResource ) : void | ||
UploadFile ( string source, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Verwendete Ressourcen bereinigen.
|
Method | Description | |
---|---|---|
DownloadForm_FormClosing ( object sender, |
||
GetBestSizeFormat ( long size ) : string | ||
InitializeComponent ( ) : void |
Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
buttonCancel_Click ( object sender, |
||
buttonReady_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. |
return | void |
public DownloadFile ( |
||
source | ||
destination | string | |
return | void |
public DownloadResource ( IResource resource, string destination ) : void | ||
resource | IResource | |
destination | string | |
return | void |
public UploadFile ( string source, IResource destinationResource ) : void | ||
source | string | |
destinationResource | IResource | |
return | void |
public UploadFile ( string source, |
||
source | string | |
destination | ||
return | void |