Метод | Описание | |
---|---|---|
SetPrompt ( string message, string title, System.DateTime startTime, System.DateTime endTime, string taskDescription, string taskCategory, bool taskBillable, bool endTimeEditable ) : void | ||
TaskInput ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
CalculateDuration ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TaskInput_FormClosing ( object sender, |
||
TaskInput_Load ( object sender, |
||
chk_TaskCompleted_CheckedChanged ( object sender, |
||
txt_Category_TextChanged ( object sender, |
||
txt_CompletedAt_TextChanged ( object sender, |
||
txt_Description_TextChanged ( object sender, |
||
txt_StartedAt_TextChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public SetPrompt ( string message, string title, System.DateTime startTime, System.DateTime endTime, string taskDescription, string taskCategory, bool taskBillable, bool endTimeEditable ) : void | ||
message | string | |
title | string | |
startTime | System.DateTime | |
endTime | System.DateTime | |
taskDescription | string | |
taskCategory | string | |
taskBillable | bool | |
endTimeEditable | bool | |
Результат | void |