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"> + + + + + + + + + +