I have a WPF project using MVVM. I have two views: ClientView and CommentView.
In ClientView after selecting a client in a DataGrid I open a screen with the CommentView.
How do I access the property Client on CommentViewModel?
Note: The property Client belong to ClientViewModel.
and some more i think 🙂