PrismV7Sample
PrismV7Sample copied to clipboard
_____________ | HomePage | | | | | ____________ | Test1Page | Test2Page| ____________ ` ` ` ` `public Test1PageViewModel(INavigationService navigationService) { _navigationService = navigationService; OnLoginCommand = new DelegateCommand(GoHome); }...
Hello, Thank you for all your tutorials/samples. It's great and well explained. However, I downloaded your sample, and I dont understand why you use all this package, installed in all...