Archived
1
0

Video player development 4

This commit is contained in:
Michael Gordeev
2018-06-19 00:08:00 +03:00
parent 5c164332de
commit ca36c495dd
13 changed files with 255 additions and 84 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ namespace FoxTube
// When the navigation stack isn't restored navigate to the first page,
// configuring the new page by passing required information as a navigation
// parameter
rootFrame.Navigate(typeof(MainPage), e.Arguments);
rootFrame.Navigate(typeof(SubLayer), e.Arguments);
}
// Ensure the current window is active
Window.Current.Activate();