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