sharee.bike-App/LastenradBayern/TINK/View/MiniSurvey/Question/CheckOneViewCell.xaml.cs
2021-11-07 19:42:59 +01:00

14 lines
265 B
C#

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