ARHT day 6
Been a few days since I’ve been able to work on this, but I’ve done a few hours today. I’ve added a command binding system to by ViewModelBase class, which works with RoutedCommands. I’ve set it up so that CanExecute can be bound easily to a property, so it makes buttons automatically enable/disable based on their state. Missions are validating and being inserted to the DB. I’ve decided to just use a ListBox for the...