C# Class TaskManagement.GUI.NewTaskForm

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

Protected Properties

Свойство Type Description
_task TaskManagement.ObjectModel.Task

Méthodes publiques

Méthode Description
NewTaskForm ( ) : 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.

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NewTaskForm() public méthode

public NewTaskForm ( ) : System
Résultat System

Property Details

_task protected_oe property

protected Task,TaskManagement.ObjectModel _task
Résultat TaskManagement.ObjectModel.Task