I18NCommander/I18N Commander/UI MAUI/Pages/SettingsPage.xaml.cs

9 lines
162 B
C#
Raw Normal View History

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