C# Class Authentiqr.NET.frmPatternLock

Show file Open project: richard-green/LCGoogleApps Class Usage Examples

Public Methods

Method Description
GetPattern ( ) : SecureString
frmPatternLock ( Settings settings ) : Authentiqr.NET.Code

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
frmPatternLock_Move ( object sender, EventArgs e ) : void
pictureBox1_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBox1_MouseMove ( object sender, MouseEventArgs e ) : void
pictureBox1_MouseUp ( object sender, MouseEventArgs e ) : void
pictureBox1_Paint ( object sender, PaintEventArgs 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

GetPattern() public method

public GetPattern ( ) : SecureString
return SecureString

frmPatternLock() public method

public frmPatternLock ( Settings settings ) : Authentiqr.NET.Code
settings Settings
return Authentiqr.NET.Code