TwoProjekt/MauiApp1/AppShell.xaml.cs
SuNetVerseWolk a40d5e07cb first commit
2025-03-05 10:36:24 +03:00

11 lines
125 B
C#

namespace MauiApp1
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}