mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 10:36:30 +01:00
14 lines
No EOL
265 B
C#
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 ();
|
|
}
|
|
}
|
|
} |