C# Класс WebSiteAdvantage.KeePass.FireFoxConverter.Form1

Показать файл Открыть проект

Открытые методы

Метод Описание
Form1 ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

LogProgress ( int percent ) : void

thread safe way to update the porgress bar

OnClosing ( CancelEventArgs e ) : void
StopThread ( ) : void
ThreadFinished ( Exception ex ) : void

Call this at the end of any thread execution if theres an exception it will warn the user otherwise it will indicate success

Приватные методы

Метод Описание
Form1_Load ( object sender, EventArgs e ) : void
GenerateUsingExport ( ) : void

Create the keepass file using an exported firefox file

GenerateUsingFirefox ( ) : void

generates a keepass xml file by directly accessing firefoxes passwords designed to be used in a thread uses the thread

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void

closes the window after making sure the thread has stopped

buttonFindProfiles_Click ( object sender, EventArgs e ) : void
buttonHelp_Click ( object sender, EventArgs e ) : void
buttonStart_Click ( object sender, EventArgs e ) : void

gathers the required data then starts the appropriate thread

checkBoxTitle_CheckedChanged ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel2_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabelExporter_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
radioButton1_CheckedChanged ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Form1() публичный Метод

public Form1 ( ) : System
Результат System

LogProgress() защищенный Метод

thread safe way to update the porgress bar
protected LogProgress ( int percent ) : void
percent int
Результат void

OnClosing() защищенный Метод

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Результат void

StopThread() защищенный Метод

protected StopThread ( ) : void
Результат void

ThreadFinished() защищенный Метод

Call this at the end of any thread execution if theres an exception it will warn the user otherwise it will indicate success
protected ThreadFinished ( Exception ex ) : void
ex Exception
Результат void