C# Class MakeClassSchedule.UserAccountsForm

Afficher le fichier Open project: Behzadkhosravifar/MakeClassSchedule

Méthodes publiques

Свойство Type Description
Entry_UserName string

Méthodes publiques

Méthode Description
CreateMD5Hash ( string input ) : string
UserAccountsForm ( ) : System

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.

btnAdd_Click ( object sender, EventArgs e ) : void
btnChangeAccounts_Click ( object sender, EventArgs e ) : void
btnChangePass_Click ( object sender, EventArgs e ) : void
btnChangePassword_Click ( object sender, EventArgs e ) : void
btnConvertPass_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
dgvUserPass_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void
dgvUserPass_UserDeletingRow ( object sender, DataGridViewRowCancelEventArgs e ) : void
picLocker_Click ( object sender, EventArgs e ) : void
timerClosePanel_ChangeAccounts_Tick ( object sender, EventArgs e ) : void
timerClosePanel_ChangePass_Tick ( object sender, EventArgs e ) : void
timerOpenPanel_ChangeAccounts_Tick ( object sender, EventArgs e ) : void
timerOpenPanel_ChangePass_Tick ( object sender, EventArgs e ) : void
txtHint_KeyDown ( object sender, KeyEventArgs e ) : void
txtHint_KeyUp ( object sender, KeyEventArgs e ) : void
txtHint_MouseDown ( object sender, MouseEventArgs e ) : void
txtHint_MouseLeave ( object sender, EventArgs e ) : void
txtOriginalPass_KeyDown ( object sender, KeyEventArgs e ) : void
txtOriginalPass_KeyUp ( object sender, KeyEventArgs e ) : void
txtOriginalPass_MouseDown ( object sender, MouseEventArgs e ) : void
txtOriginalPass_MouseLeave ( object sender, EventArgs e ) : void

Method Details

CreateMD5Hash() public méthode

public CreateMD5Hash ( string input ) : string
input string
Résultat string

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

UserAccountsForm() public méthode

public UserAccountsForm ( ) : System
Résultat System

Property Details

Entry_UserName public_oe static_oe property

public static string Entry_UserName
Résultat string