C# Class KeePass.Password

Show file Open project: gkardava/WinPass

Public Methods

Method Description
Password ( ) : System

Protected Methods

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

Private Methods

Method Description
Image_Tap ( object sender, GestureEventArgs e ) : void
OpenDatabase ( ) : void
UpdatePasswordStatus ( ) : void
_wkOpen_DoWork ( object sender, DoWorkEventArgs e ) : void
_wkOpen_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
buttonLoadMasterKey_Tap ( object sender, GestureEventArgs e ) : void
changeVisibiliteText ( Control from, Control to ) : void
cmdClear_Click ( object sender, EventArgs e ) : void
cmdOpen_Click ( object sender, EventArgs e ) : void
imgWarning_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
lnkLocal_Click ( object sender, RoutedEventArgs e ) : void
txtPassword_Loaded ( object sender, RoutedEventArgs e ) : void
txtPasswordtext_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

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

Password() public method

public Password ( ) : System
return System