Closed AdamDudley closed 11 years ago
Added null reference checks to == and != operators for AsanaDateTime. As it was not possible to do things such as: if (asanaTask.DueOn != null) //do somthing;
Looks good to me! Thanks :)
No problem.
Added null reference checks to == and != operators for AsanaDateTime. As it was not possible to do things such as: if (asanaTask.DueOn != null) //do somthing;