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 }