sharee.bike-App/ShareeSharedGuiLib/View/Bike/RentalProcess/RentalProcessBookedOpenCloseLock.xaml.cs
2023-08-31 12:20:06 +02:00

23 lines
493 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TINK.Model.Bikes.BikeInfoNS.BluetoothLock;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace ShareeSharedGuiLib.View.Bike.RentalProcess
{
#if !NOXCT
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class RentalProcessBookedOpenCloseLock : ContentView
{
public RentalProcessBookedOpenCloseLock()
{
InitializeComponent();
}
}
#endif
}