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

21 lines
408 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 ShareeSharedGuiLib.View.Bike.RentalProcess
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class RentalProcess3StepsBar : ContentView
{
public RentalProcess3StepsBar ()
{
InitializeComponent ();
}
}
}