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

10 lines
138 B
C#
Raw Permalink 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();
2022-08-14 18:07:02 +00:00
}
2022-08-08 19:18:39 +00:00
}