sharee.bike-App/TINK/TINK/View/MiniSurvey/Question/CheckOneViewCell.xaml.cs
Oliver Hauff e321764119 Mini survey added.
Minor fiexes.
2021-08-01 17:24:15 +02:00

14 lines
No EOL
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 ();
}
}
}