I18NCommander/I18N Commander/UI MAUI/App.xaml.cs

11 lines
160 B
C#

namespace UI_MAUI;
public partial class App : Application
{
public App()
{
this.InitializeComponent();
this.MainPage = new MainPage();
}
}