"Soak new vegetables in the old jar":SOD MVVM framework, making Winforms glow with the new year
Due to the necessity of MVVM technology on WinForms, I found that it is not difficult to implement the MVVM framework. The key lies in the two-way binding of the model and the view, that is, changes in the model cause changes in the view content, and changes in the view can also cause changes in the model.