windows phone 7 - Change the page in a WP7 application? -
how change page in wp7 application?
use navigationservice.navigate.
example:
navigationservice.navigate(new uri("/schedules.xaml", urikind.relative)); how change page in wp7 application?
use navigationservice.navigate.
example:
navigationservice.navigate(new uri("/schedules.xaml", urikind.relative));
Comments
Post a Comment