9 lines
162 B
C#
9 lines
162 B
C#
namespace UI_MAUI.Pages;
|
|
|
|
public partial class SettingsPage : ContentPage
|
|
{
|
|
public SettingsPage()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
} |