diff --git a/RestaurantManager/RestaurantManager.UniversalWindows/App.xaml.cs b/RestaurantManager/RestaurantManager.UniversalWindows/App.xaml.cs index b03a0c7..bded7d4 100644 --- a/RestaurantManager/RestaurantManager.UniversalWindows/App.xaml.cs +++ b/RestaurantManager/RestaurantManager.UniversalWindows/App.xaml.cs @@ -38,14 +38,7 @@ public App() /// /// Details about the launch request and process. protected override void OnLaunched(LaunchActivatedEventArgs e) - { - #if DEBUG - if (System.Diagnostics.Debugger.IsAttached) - { - this.DebugSettings.EnableFrameRateCounter = true; - } - #endif - + { Frame rootFrame = Window.Current.Content as Frame; // Do not repeat app initialization when the Window already has content, diff --git a/RestaurantManager/RestaurantManager.UniversalWindows/ExpeditePage.xaml b/RestaurantManager/RestaurantManager.UniversalWindows/ExpeditePage.xaml index 8e96013..897890e 100644 --- a/RestaurantManager/RestaurantManager.UniversalWindows/ExpeditePage.xaml +++ b/RestaurantManager/RestaurantManager.UniversalWindows/ExpeditePage.xaml @@ -6,17 +6,24 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"> + + + + + + + - +