sharee.bike-App/Meinkonrad/TINK/View/RootShell/FlyoutFooter.xaml.cs

20 lines
365 B
C#
Raw Normal View History

2022-04-10 17:38:34 +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 TINK.View.RootShell
{
2022-09-06 16:08:19 +02:00
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class FlyoutFooter : ContentView
{
public FlyoutFooter()
{
InitializeComponent();
}
}
2022-04-10 17:38:34 +02:00
}