From fa94b45b2721d6b281b156fb93c0136983aa4120 Mon Sep 17 00:00:00 2001 From: Matheo THIERRY Date: Mon, 27 Mar 2023 17:34:14 +0200 Subject: [PATCH] ADD mainpage hors connection --- mainpage/AppShell.xaml | 15 ++++++++++++ mainpage/AppShell.xaml.cs | 9 +++++++ mainpage/MainPage.xaml | 51 +++++++++++++++++++++++++++++++++++++++ mainpage/MainPage.xaml.cs | 13 ++++++++++ 4 files changed, 88 insertions(+) create mode 100644 mainpage/AppShell.xaml create mode 100644 mainpage/AppShell.xaml.cs create mode 100644 mainpage/MainPage.xaml create mode 100644 mainpage/MainPage.xaml.cs diff --git a/mainpage/AppShell.xaml b/mainpage/AppShell.xaml new file mode 100644 index 0000000..38c5eff --- /dev/null +++ b/mainpage/AppShell.xaml @@ -0,0 +1,15 @@ + + + + + + diff --git a/mainpage/AppShell.xaml.cs b/mainpage/AppShell.xaml.cs new file mode 100644 index 0000000..de97cd9 --- /dev/null +++ b/mainpage/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace MauiApp1; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/mainpage/MainPage.xaml b/mainpage/MainPage.xaml new file mode 100644 index 0000000..8a51c35 --- /dev/null +++ b/mainpage/MainPage.xaml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + +