Пример #1
0
        public PasswordManage(string masterPass, Label infoLabel, ListView passwordListView)
        {
            // Set the master password and tree view.
            masterPassword = masterPass;
            passwordView   = passwordListView;
            passInfoLabel  = infoLabel;

            RefreshPasswords();
            // Start watchdog.
            Watchdog wd = new Watchdog();
        }
Пример #2
0
 private void EditPasswordEntryForm_MouseMove(object sender, MouseEventArgs e)
 {
     // Reset watchdog.
     Watchdog.Reset();
 }
Пример #3
0
 private void MainForm_MouseMove(object sender, MouseEventArgs e)
 {
     // Reset watchdog.
     Watchdog.Reset();
 }