From 36c8a769b5656bbe1b163dc9a8e6c4c28c3618bb Mon Sep 17 00:00:00 2001 From: OnlyOneBDS Date: Wed, 30 Sep 2015 21:04:22 -0400 Subject: [PATCH] Module 3 Homework Replaced textblocks with buttons and added click events. Added ListView controls --- .../App.xaml.cs | 9 +----- .../ExpeditePage.xaml | 15 +++++++--- .../ExpeditePage.xaml.cs | 5 ++++ .../MainPage.xaml | 22 +++++++------- .../MainPage.xaml.cs | 10 +++++++ .../OrderPage.xaml | 30 ++++++++++++++----- .../OrderPage.xaml.cs | 7 ++++- 7 files changed, 66 insertions(+), 32 deletions(-) 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"> + + + + + + + - +