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">
-
-
-
-
+
+
+
+
+
+
+
-
+ Text="Привет!" TextColor="Black" FontSize="32" HorizontalOptions="Center"/>
+ Text="Заполните Свои Данные Или" TextColor="#707B81" FontSize="16" HorizontalOptions="Center"/>
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MainPage.xaml.cs b/MainPage.xaml.cs
index 8c0c547..296ac37 100644
--- a/MainPage.xaml.cs
+++ b/MainPage.xaml.cs
@@ -9,17 +9,17 @@
InitializeComponent();
}
- private void OnCounterClicked(object sender, EventArgs e)
- {
- count++;
+ //private void OnCounterClicked(object sender, EventArgs e)
+ //{
+ // count++;
- if (count == 1)
- CounterBtn.Text = $"Clicked {count} time";
- else
- CounterBtn.Text = $"Clicked {count} times";
+ // if (count == 1)
+ // CounterBtn.Text = $"Clicked {count} time";
+ // else
+ // CounterBtn.Text = $"Clicked {count} times";
- SemanticScreenReader.Announce(CounterBtn.Text);
- }
+ // SemanticScreenReader.Announce(CounterBtn.Text);
+ //}
}
}
diff --git a/MobileApp.csproj.user b/MobileApp.csproj.user
index faf4ec1..94c7399 100644
--- a/MobileApp.csproj.user
+++ b/MobileApp.csproj.user
@@ -4,12 +4,12 @@
False
net8.0-windows10.0.19041.0
Windows Machine
+ Emulator
+ pixel_2_q_10_0_-_api_29
+
+
+ ProjectDebugger
-
-
- Code
-
-
Designer