Just run the code and see app.xaml.cs splash page and mainpage
splash screen windows 8 c#
https://docs.google.com/file/d/0B75nbNO58O7dS2RsbmFfQWFSLWc/edit?usp=sharing
to navigate from main page use this code
splash screen windows 8 c#
https://docs.google.com/file/d/0B75nbNO58O7dS2RsbmFfQWFSLWc/edit?usp=sharing
to navigate from main page use this code
var frame = new Frame();
frame.Navigate(typeof( BlankPage1));
Window.Current.Content = frame;
No comments:
Post a Comment