I am trying to keep track of state in a WPF application using MVVM. I just want there to be one state active at a time, but the way I'm currently doing it seems unreliable and not very DRY. I am trying to keep track of state in a WPF app
I am trying to keep track of state in a WPF application using MVVM. I just want there to be one state active at a time, but the way I'm currently doing it seems unreliable and not very DRY. I am trying to keep track of state in a WPF app