Method | Description | |
---|---|---|
DailyProductivityPopUp ( System.DateTime lastActiveWorkday ) : System | ||
ShowDialog ( ) : bool? |
override ShowDialog method to place it on the bottom right corner of the developer's screen
|
Method | Description | |
---|---|---|
DailyProductivityPopUp_OnClosed ( object sender, |
todo: unsure if still needed
|
|
OnKeyDownHandler ( object sender, System e ) : void |
If the user uses shortcuts to escape or fill out the survey.
|
|
Postpone0Clicked ( object sender, |
||
Postpone3Clicked ( object sender, |
||
Productivity1_Checked ( object sender, |
||
Productivity2_Checked ( object sender, |
||
Productivity3_Checked ( object sender, |
||
Productivity4_Checked ( object sender, |
||
Productivity5_Checked ( object sender, |
||
Productivity6_Checked ( object sender, |
||
Productivity7_Checked ( object sender, |
||
UserFinishedSurvey ( int selectedProductivityValue ) : void |
Close the pop-up and save the value.
|
public DailyProductivityPopUp ( System.DateTime lastActiveWorkday ) : System | ||
lastActiveWorkday | System.DateTime | |
return | System |