sharee.bike-App/SharedGui/View/Bike/RentalProcess/RentalProcessBookedClosedOpenLock.xaml.cs
2024-04-09 12:53:23 +02:00

20 lines
No EOL
421 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace SharedGui.View.Bike.RentalProcess
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class RentalProcessBookedClosedOpenLock : ContentView
{
public RentalProcessBookedClosedOpenLock()
{
InitializeComponent();
}
}
}