C# Class KeeAnywhere.StorageProviders.AmazonS3.AmazonS3AccountForm

Exibir arquivo Open project: Kyrodan/KeeAnywhere Class Usage Examples

Public Methods

Method Description
AmazonS3AccountForm ( ) : System
ClearTestResult ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AmazonS3AccountForm ( ) : System
return System

ClearTestResult() public method

public ClearTestResult ( ) : void
return void

Dispose() protected method

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