C# Class KeeAnywhere.Forms.SettingsForm

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

Méthodes publiques

Méthode Description
InitEx ( ConfigurationService configService, UIService uiService ) : void
SettingsForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitAboutTab ( ) : void
InitAccountsTab ( ) : void
InitGeneralTab ( ) : void
InitializeComponent ( ) : void

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

OnAccountAdd ( object sender, EventArgs e ) : void
OnAccountCheck ( object sender, EventArgs e ) : void
OnAccountRemove ( object sender, EventArgs e ) : void
OnAfterLabelEdit ( object sender, LabelEditEventArgs e ) : void
OnBtnCancelClick ( object sender, EventArgs e ) : void
OnBtnOkClick ( object sender, EventArgs e ) : void
OnContactAuthor ( object sender, EventArgs e ) : void
OnDocumentation ( object sender, EventArgs e ) : void
OnDonate ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, FormClosedEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnHelpMeChooseAccountStorage ( object sender, EventArgs e ) : void
OnHomepage ( object sender, EventArgs e ) : void
OnLicense ( object sender, EventArgs e ) : void
OnReportBug ( object sender, EventArgs e ) : void
OnWhatsNew ( object sender, EventArgs e ) : void
UpdateAccountList ( ) : void

Method Details

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

InitEx() public méthode

public InitEx ( ConfigurationService configService, UIService uiService ) : void
configService ConfigurationService
uiService UIService
Résultat void

SettingsForm() public méthode

public SettingsForm ( ) : System
Résultat System