C# Class Authentiqr.NET.frmMain

Mostra file Open project: richard-green/LCGoogleApps

Public Methods

Method Description
frmMain ( ) : Microsoft.Win32

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddAccount ( string accountName, SecureString key ) : void
AddAccounts ( ) : void
FindImage ( string accountName ) : Image
InitializeComponent ( ) : void

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

StartupPrompt ( ) : void
SystemEvents_SessionSwitch ( object sender, SessionSwitchEventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
mnuAccount_Click ( object sender, EventArgs e ) : void
mnuAddAccount_Click ( object sender, EventArgs e ) : void
mnuExit_Click ( object sender, EventArgs e ) : void
mnuLockUnlock_Click ( object sender, EventArgs e ) : void
mnuTimeoutMenuItem_Click ( object sender, EventArgs e ) : void
tmrMain_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frmMain() public method

public frmMain ( ) : Microsoft.Win32
return Microsoft.Win32