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

10 lines
135 B
C#

namespace UI_MAUI;
public partial class MainPage : ContentPage
{
public MainPage()
{
this.InitializeComponent();
}
}