C# Class TaskManagement.GUI.NewTaskForm

Summary description for NewTaskForm.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Protected Properties

Property Type Description
_task TaskManagement.ObjectModel.Task

Public Methods

Method Description
NewTaskForm ( ) : System

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.

_cmdOK_Click ( object sender, System e ) : void
_txtTitle_Validating ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

NewTaskForm() public method

public NewTaskForm ( ) : System
return System

Property Details

_task protected_oe property

protected Task,TaskManagement.ObjectModel _task
return TaskManagement.ObjectModel.Task