C# Class Authentiqr.NET.frmMain

Afficher le fichier Open project: richard-green/LCGoogleApps

Méthodes publiques

Méthode Description
frmMain ( ) : Microsoft.Win32

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

frmMain() public méthode

public frmMain ( ) : Microsoft.Win32
Résultat Microsoft.Win32