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

9 lines
162 B
C#

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