sharee.bike-App/LastenradBayern/ShareeBike/View/MiniSurvey/Question/CheckOneViewCell.xaml.cs

14 lines
269 B
C#
Raw Normal View History

2021-08-01 17:24:15 +02:00
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
2024-04-09 12:53:23 +02:00
namespace ShareeBike.View.MiniSurvey.Question
2021-08-01 17:24:15 +02:00
{
2022-09-06 16:08:19 +02:00
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class CheckOneViewCell : ViewCell
{
public CheckOneViewCell()
{
InitializeComponent();
}
}
2021-08-01 17:24:15 +02:00
}