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

13 lines
152 B
C#

namespace MauiApp1
{
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new AppShell();
}
}
}