bank/MauiApp1/View/CategoryView.xaml
2022-06-30 12:22:13 +03:00

12 lines
No EOL
468 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MauiApp1.View.CategoryView"
Title="Categories">
<VerticalStackLayout>
<Label
Text="Welcome to catigories page!"
VerticalOptions="Center"
HorizontalOptions="Center" />
</VerticalStackLayout>
</ContentPage>