Hi,
I am using MVVM design pattern. I have a view model command attached to button in view. When user clicks on this button I should open an winform as window. If I do this in viewmodel, will it break MVVM design rules?
Regards,
Mohana.
Hi,
I am using MVVM design pattern. I have a view model command attached to button in view. When user clicks on this button I should open an winform as window. If I do this in viewmodel, will it break MVVM design rules?
Regards,
Mohana.