tfierens
Results
2
comments of
tfierens
To add to @yell0wc0w2's comments. Yes to point 1, 3 and 4. Regarding point 2, I usually use MVVM and ICommand (or similar) but to resolve the code "as is"...
Ok, `The System.InvalidOperationException: 'The calling thread cannot access this object because a different thread owns it.` does not occur because of this line: `var todoItem = new TodoItem() { Title...