C# Class KeePass.Forms.ExchangeDataForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
ExchangeDataForm ( ) : System
InitEx ( bool bExport, KeePassLib.PwDatabase pwDatabaseInfo, PwGroup pgRootInfo ) : void

Private Methods

Méthode Description
CustomizeForScreenReader ( ) : void
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnBtnSelFile ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnFormatsItemActivate ( object sender, EventArgs e ) : void
OnFormatsSelectedIndexChanged ( object sender, EventArgs e ) : void
OnImportFileTextChanged ( object sender, EventArgs e ) : void
OnLinkFileFormats ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
PrepareExchangeEx ( ) : bool
UpdateUIState ( ) : void

Method Details

ExchangeDataForm() public méthode

public ExchangeDataForm ( ) : System
Résultat System

InitEx() public méthode

public InitEx ( bool bExport, KeePassLib.PwDatabase pwDatabaseInfo, PwGroup pgRootInfo ) : void
bExport bool
pwDatabaseInfo KeePassLib.PwDatabase
pgRootInfo PwGroup
Résultat void