C# Class KeePass.AnalyticsSettings

Mostrar archivo Open project: gkardava/WinPass

Public Methods

Method Description
AnalyticsSettings ( ) : System

Protected Methods

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

Private Methods

Method Description
cmdAllow_Click ( object sender, EventArgs e ) : void
cmdDisable_Click ( object sender, EventArgs e ) : void

Method Details

AnalyticsSettings() public method

public AnalyticsSettings ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( bool cancelled, System.Windows.Navigation.NavigationEventArgs e ) : void
cancelled bool
e System.Windows.Navigation.NavigationEventArgs
return void