C# Class Queue.Administrator.EditClientForm

Inheritance: Queue.UI.WinForms.DependencyForm
Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Private Properties

Свойство Type Description
EditClientForm_Load void
EditClientRequestForm_FormClosing void
InitializeComponent void
emailTextBox_Leave void
mobileTextBox_Leave void
nameTextBox_Leave void
passwordButton_Click void
patronymicTextBox_Leave void
saveButton_Click void
surnameTextBox_Leave void
taskPool_OnAddTask void
taskPool_OnRemoveTask void

Méthodes publiques

Méthode Description
EditClientForm ( System.Guid clientId = null ) : Junte.Parallel

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EditClientForm_Load ( object sender, EventArgs e ) : void
EditClientRequestForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

emailTextBox_Leave ( object sender, EventArgs e ) : void
mobileTextBox_Leave ( object sender, EventArgs e ) : void
nameTextBox_Leave ( object sender, EventArgs e ) : void
passwordButton_Click ( object sender, EventArgs e ) : void
patronymicTextBox_Leave ( object sender, EventArgs e ) : void
saveButton_Click ( object sender, EventArgs e ) : void
surnameTextBox_Leave ( object sender, EventArgs e ) : void
taskPool_OnAddTask ( object sender, EventArgs e ) : void
taskPool_OnRemoveTask ( 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

EditClientForm() public méthode

public EditClientForm ( System.Guid clientId = null ) : Junte.Parallel
clientId System.Guid
Résultat Junte.Parallel