mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
15 lines
281 B
C#
15 lines
281 B
C#
|
|
using Xamarin.Forms;
|
|
using Xamarin.Forms.Xaml;
|
|
|
|
namespace Borepin.Page
|
|
{
|
|
[XamlCompilation(XamlCompilationOptions.Compile)]
|
|
public partial class SettingsPage : ContentPage
|
|
{
|
|
public SettingsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |