TwoProjekt/MauiApp1/App.xaml.cs

13 lines
152 B
C#
Raw Permalink Normal View History

2025-03-05 10:36:24 +03:00
namespace MauiApp1
{
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new AppShell();
}
}
}