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

10 lines
135 B
C#
Raw Normal View History

2022-08-06 21:48:23 +00:00
namespace UI_MAUI;
public partial class MainPage : ContentPage
{
2022-08-08 19:18:39 +00:00
public MainPage()
{
this.InitializeComponent();
}
}