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