C# Class EncryptionAlgorithms.frmMatrix

Afficher le fichier Open project: Omar-Salem/Classical-Encryption-Techniques Class Usage Examples

Méthodes publiques

Свойство Type Description
bKeySet bool
dgv_Matrix System.Windows.Forms.DataGridView
m_arrMatrix ].int[

Méthodes publiques

Méthode Description
frmMatrix ( ) : System
txt_Cell_KeyPress ( object sender, KeyPressEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

frmMatrix() public méthode

public frmMatrix ( ) : System
Résultat System

txt_Cell_KeyPress() public méthode

public txt_Cell_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e KeyPressEventArgs
Résultat void

Property Details

bKeySet public_oe property

public bool bKeySet
Résultat bool

dgv_Matrix public_oe property

public System.Windows.Forms.DataGridView dgv_Matrix
Résultat System.Windows.Forms.DataGridView

m_arrMatrix public_oe property

public int[,] m_arrMatrix
Résultat ].int[