WPF GUI for a bot, MVVM approach

07/17/2018 17:17 Buckyx#1
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?
08/17/2018 17:30 killzone#2
Rewrite it entirely.