From b3511414a199c36738ff6c38946428ce3f6477c0 Mon Sep 17 00:00:00 2001 From: jeremy-my Date: Mon, 25 Mar 2024 15:00:41 +0100 Subject: [PATCH] add CM pages (sources : cm 25/03) --- Qwirkle/Qwirkle/Pages/CM.xaml | 12 ++++++++++++ Qwirkle/Qwirkle/Pages/CM.xaml.cs | 9 +++++++++ Qwirkle/Qwirkle/Pages/Leaderboard.xaml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Qwirkle/Qwirkle/Pages/CM.xaml create mode 100644 Qwirkle/Qwirkle/Pages/CM.xaml.cs diff --git a/Qwirkle/Qwirkle/Pages/CM.xaml b/Qwirkle/Qwirkle/Pages/CM.xaml new file mode 100644 index 0000000..37cb3e4 --- /dev/null +++ b/Qwirkle/Qwirkle/Pages/CM.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/Qwirkle/Qwirkle/Pages/CM.xaml.cs b/Qwirkle/Qwirkle/Pages/CM.xaml.cs new file mode 100644 index 0000000..c791909 --- /dev/null +++ b/Qwirkle/Qwirkle/Pages/CM.xaml.cs @@ -0,0 +1,9 @@ +namespace Qwirkle.Pages; + +public partial class NewPage1 : ContentPage +{ + public NewPage1() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml index dab4878..3eaffe6 100644 --- a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml +++ b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml @@ -66,7 +66,7 @@ -