TwoProjekt/MauiApp1/AppShell.xaml.cs

11 lines
125 B
C#
Raw Normal View History

2025-03-05 10:36:24 +03:00
namespace MauiApp1
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}