From 9039c49ad3cf7b07062e5b20c2ec953c8ed7b12b Mon Sep 17 00:00:00 2001 From: syneffort Date: Fri, 12 Apr 2024 13:25:15 +0900 Subject: [PATCH] note page --- MyFirstMauiApp/NotesNet8/AppShell.xaml | 2 +- MyFirstMauiApp/NotesNet8/MainPage.xaml | 36 ------------------- MyFirstMauiApp/NotesNet8/MainPage.xaml.cs | 25 ------------- MyFirstMauiApp/NotesNet8/NotesNet8.csproj | 3 ++ MyFirstMauiApp/NotesNet8/Pages/NotePage.xaml | 16 +++++++++ .../NotesNet8/Pages/NotePage.xaml.cs | 27 ++++++++++++++ 6 files changed, 47 insertions(+), 62 deletions(-) delete mode 100644 MyFirstMauiApp/NotesNet8/MainPage.xaml delete mode 100644 MyFirstMauiApp/NotesNet8/MainPage.xaml.cs create mode 100644 MyFirstMauiApp/NotesNet8/Pages/NotePage.xaml create mode 100644 MyFirstMauiApp/NotesNet8/Pages/NotePage.xaml.cs diff --git a/MyFirstMauiApp/NotesNet8/AppShell.xaml b/MyFirstMauiApp/NotesNet8/AppShell.xaml index b4a9829..ec92af7 100644 --- a/MyFirstMauiApp/NotesNet8/AppShell.xaml +++ b/MyFirstMauiApp/NotesNet8/AppShell.xaml @@ -9,7 +9,7 @@ - - - - - - -