Hey guys I have a complex automated software but the GUI for it was written in Win Forms and Ive decided to use WPF and learned about MVVM a bit and I am not sure how do work with this.
So XAML Views are using ViewModel to interact which should modify the model/data. But what should be the bot modifying? the viewmodel or model?






