Beispiel #1
0
 void ShowAuthDialog(string securityLevel, string name, string description, string password)
 {
     if (_authForm != null)
     {
         _authForm.Hide();
     }
     _authForm = new KeePassRPC.Forms.AuthForm(this, securityLevel, name, description, password);
     _authForm.Show();
 }
Beispiel #2
0
 void ShowAuthDialog(string securityLevel, string name, string description, string password)
 {
     if (_authForm != null)
         _authForm.Hide();
     _authForm = new KeePassRPC.Forms.AuthForm(this, securityLevel, name, description, password);
     _authForm.Show();
 }