From 2d3aebedf804aa152bdd68d0989756da54c6a332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=83=D0=BF=D1=81=D0=B8=D0=BD=D1=8C?= Date: Mon, 10 Mar 2025 09:22:36 +0300 Subject: [PATCH] added aurorization window --- FlyoutPage1FlyoutMenuItem.cs | 20 ---------------- MainPage.xaml | 57 ++++++++++++++++++++++++-------------------- MainPage.xaml.cs | 18 +++++++------- MobileApp.csproj.user | 10 ++++---- 4 files changed, 45 insertions(+), 60 deletions(-) delete mode 100644 FlyoutPage1FlyoutMenuItem.cs diff --git a/FlyoutPage1FlyoutMenuItem.cs b/FlyoutPage1FlyoutMenuItem.cs deleted file mode 100644 index fa3a1ff..0000000 --- a/FlyoutPage1FlyoutMenuItem.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace MobileApp -{ - public class FlyoutPage1FlyoutMenuItem - { - public FlyoutPage1FlyoutMenuItem() - { - TargetType = typeof(FlyoutPage1FlyoutMenuItem); - } - public int Id { get; set; } - public string Title { get; set; } - - public Type TargetType { get; set; } - } -} \ No newline at end of file diff --git a/MainPage.xaml b/MainPage.xaml index 079ec10..9c5870e 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -3,34 +3,39 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="MobileApp.MainPage"> - - - - + + + + + + + -