sharee.bike-App/ShareeSharedGuiLib/View/Bike/RentalProcess/RentalProcessStepBarFinished.xaml.cs

20 lines
422 B
C#
Raw Normal View History

2023-08-31 12:20:06 +02:00
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 RentalProcessStepBarFinished : ContentView
{
public RentalProcessStepBarFinished ()
{
InitializeComponent ();
}
}
}