I18NCommander/I18N Commander/UI MAUI/MainPage.xaml.cs
2022-08-14 20:07:25 +02:00

10 lines
138 B
C#

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