diff --git a/PCUT/PCUT/Assets/PromotionIcon.png b/PCUT/PCUT/Assets/PromotionIcon.png new file mode 100644 index 0000000..db611fc Binary files /dev/null and b/PCUT/PCUT/Assets/PromotionIcon.png differ diff --git a/PCUT/PCUT/Pages/MainMenuPage.xaml b/PCUT/PCUT/Pages/MainMenuPage.xaml index 8b90713..ca4f17b 100644 --- a/PCUT/PCUT/Pages/MainMenuPage.xaml +++ b/PCUT/PCUT/Pages/MainMenuPage.xaml @@ -71,6 +71,18 @@ Background= "{ThemeResource SystemAccentColor}" Margin="0,0,3,0"/> + + + + + + + + + + + diff --git a/PCUT/PCUT/Pages/Promotion/Promotion.xaml.cs b/PCUT/PCUT/Pages/Promotion/Promotion.xaml.cs new file mode 100644 index 0000000..c8e10da --- /dev/null +++ b/PCUT/PCUT/Pages/Promotion/Promotion.xaml.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; + +// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238 + +namespace PCUT.Pages.Promotion +{ + /// + /// An empty page that can be used on its own or navigated to within a Frame. + /// + public sealed partial class Promotion : Page + { + public Promotion() + { + this.InitializeComponent(); + } + } +}