C# Class KeePass.AnalyticsSettings

Afficher le fichier Open project: gkardava/WinPass

Méthodes publiques

Méthode Description
AnalyticsSettings ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( System e ) : void
OnNavigatedTo ( bool cancelled, System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
cmdAllow_Click ( object sender, EventArgs e ) : void
cmdDisable_Click ( object sender, EventArgs e ) : void

Method Details

AnalyticsSettings() public méthode

public AnalyticsSettings ( ) : System
Résultat System

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( System e ) : void
e System
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( bool cancelled, System.Windows.Navigation.NavigationEventArgs e ) : void
cancelled bool
e System.Windows.Navigation.NavigationEventArgs
Résultat void