C# Class EncryptionAlgorithms.frmMatrix

Exibir arquivo Open project: Omar-Salem/Classical-Encryption-Techniques Class Usage Examples

Public Properties

Property Type Description
bKeySet bool
dgv_Matrix System.Windows.Forms.DataGridView
m_arrMatrix ].int[

Public Methods

Method Description
frmMatrix ( ) : System
txt_Cell_KeyPress ( object sender, KeyPressEventArgs e ) : void

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.

ValidateInput ( int nColumns ) : bool
btn_Back_Click ( object sender, EventArgs e ) : void
dgv_Matrix_EditingControlShowing ( object sender, DataGridViewEditingControlShowingEventArgs 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

frmMatrix() public method

public frmMatrix ( ) : System
return System

txt_Cell_KeyPress() public method

public txt_Cell_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e KeyPressEventArgs
return void

Property Details

bKeySet public_oe property

public bool bKeySet
return bool

dgv_Matrix public_oe property

public System.Windows.Forms.DataGridView dgv_Matrix
return System.Windows.Forms.DataGridView

m_arrMatrix public_oe property

public int[,] m_arrMatrix
return ].int[