sharee.bike-App/SharedGui/View/Bike/RentalProcess/RentalProcessBookedOpenCloseLock.xaml.cs

18 lines
319 B
C#
Raw Permalink Normal View History

2023-08-31 12:20:06 +02:00
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
2024-04-09 12:53:23 +02:00
namespace SharedGui.View.Bike.RentalProcess
2023-08-31 12:20:06 +02:00
{
#if !NOXCT
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class RentalProcessBookedOpenCloseLock : ContentView
{
public RentalProcessBookedOpenCloseLock()
{
InitializeComponent();
}
}
#endif
}