In Prism you can send parameters from current view model to view model of page, that you navigates. So I was sending parameters, and on another side I was taking them. BUT, I wasn't checking for their exist before I calls them. So there was NullReferenceException.
↧