C# 클래스 WebSiteAdvantage.KeePass.FireFoxConverter.Form1

파일 보기 프로젝트 열기: Tiggerito/WebSiteAdvantage.KeePass.Firefox.Converter

공개 메소드들

메소드 설명
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