C# Class KeeAnywhere.StorageProviders.AmazonS3.AmazonS3AccountForm

Afficher le fichier Open project: Kyrodan/KeeAnywhere Class Usage Examples

Méthodes publiques

Méthode Description
AmazonS3AccountForm ( ) : System
ClearTestResult ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnFormClosed ( object sender, FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnOk ( object sender, EventArgs e ) : void
OnTest ( object sender, EventArgs e ) : void
OnTextChanged ( object sender, EventArgs e ) : void
TestConnection ( ) : Task

Method Details

AmazonS3AccountForm() public méthode

public AmazonS3AccountForm ( ) : System
Résultat System

ClearTestResult() public méthode

public ClearTestResult ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void