mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-05-01 07:30:43 +02:00
15 lines
273 B
C#
15 lines
273 B
C#
|
|
using Xamarin.Forms;
|
|
using Xamarin.Forms.Xaml;
|
|
|
|
namespace Borepin.Page
|
|
{
|
|
[XamlCompilation(XamlCompilationOptions.Compile)]
|
|
public partial class UserPage : ContentPage
|
|
{
|
|
public UserPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |