From 41527a95b2c48229e76130f83329e6427c20db6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=9F?= Date: Thu, 10 Apr 2025 15:34:02 +0300 Subject: [PATCH] 1 --- App.xaml.cs | 6 ++++-- BuyPage.xaml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++-------- BuyPage.xaml.cs | 23 ++++++++++++++------ MainPage.xaml | 28 +++++++++++++----------- MainPage.xaml.cs | 14 +++++++++--- MauiProgram.cs | 7 ++++-- MyDiplom.csproj | 3 ++- 7 files changed, 111 insertions(+), 35 deletions(-) diff --git a/App.xaml.cs b/App.xaml.cs index 0e199a4..6231dc8 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -6,7 +6,9 @@ { InitializeComponent(); - MainPage = new AppShell(); - } + + + MainPage = new MainPage(); + } } } diff --git a/BuyPage.xaml b/BuyPage.xaml index 8abf486..effdf67 100644 --- a/BuyPage.xaml +++ b/BuyPage.xaml @@ -1,11 +1,58 @@ - - - - + xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" + x:Class="MyDiplom.BuyPage" + Color="Transparent"> + + + + + + + + + +