Hi Guys so I know how to get these values as well.
The problem now is that,
when navigating from the Secondary Tile, the View is created first and does not know about the ViewModel.
I want to create my ViewModel before the View, which is fine I can do that in the App.xaml.cs file, but is this safe and correct to do ?
if so which function can I create my ViewModel in ?
Please Advise =)
Thanks
Ronak
The problem now is that,
when navigating from the Secondary Tile, the View is created first and does not know about the ViewModel.
I want to create my ViewModel before the View, which is fine I can do that in the App.xaml.cs file, but is this safe and correct to do ?
if so which function can I create my ViewModel in ?
Please Advise =)
Thanks
Ronak