C# Class Queue.Administrator.EditOfficeForm

Inheritance: Queue.UI.WinForms.DependencyForm
显示文件 Open project: breslavsky/queue Class Usage Examples

Private Properties

Property Type Description
EditOfficeForm_FormClosing void
EditOfficeForm_Load void
InitializeComponent void
nameTextBox_Leave void
saveButton_Click void
taskPool_OnAddTask void
taskPool_OnRemoveTask void

Public Methods

Method Description
EditOfficeForm ( System.Guid officeId = null ) : Junte.Parallel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
EditOfficeForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
EditOfficeForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

nameTextBox_Leave ( object sender, EventArgs e ) : void
saveButton_Click ( object sender, EventArgs e ) : void
taskPool_OnAddTask ( object sender, EventArgs e ) : void
taskPool_OnRemoveTask ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EditOfficeForm() public method

public EditOfficeForm ( System.Guid officeId = null ) : Junte.Parallel
officeId System.Guid
return Junte.Parallel