i'm new with wpf and i'm trying to develop using mvvm pattern so i have files like this
- view/students_list.xaml (usercontrol)
- view/students_details.xaml (usercontrol)
- viewmodel/students_list_vm.cs (class)
- viewmodel/students_details.cs (class)
- window.xaml (Main window container)
I wonder know how to comunicate each usercontrols please, could you help me?... thanks