sharee.bike-App/LastenradBayern/ShareeBike/View/MiniSurvey/Question/CheckOneViewCell.xaml.cs
2024-04-09 12:53:23 +02:00

14 lines
269 B
C#

using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace ShareeBike.View.MiniSurvey.Question
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class CheckOneViewCell : ViewCell
{
public CheckOneViewCell()
{
InitializeComponent();
}
}
}