sharee.bike-App/ShareeSharedGuiLib/View/RunningProcessViewBay.xaml.cs
2022-12-07 16:54:52 +01:00

21 lines
385 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
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class RunningProcessViewBay : ContentView
{
public RunningProcessViewBay()
{
InitializeComponent();
}
}
}