summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/SdxPage.xaml.cs
blob: d415316113589180292da558ec10806600360bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// SdxPage.xaml.cs
//
// Author:
//       Stephane Delcroix <stdelc@microsoft.com>
//
// Copyright (c) 2017 
using System;
using System.Collections.Generic;

using Xamarin.Forms;

namespace Xamarin.Forms.Controls
{
	public partial class SdxPage : ContentPage
	{
		public SdxPage()
		{
			InitializeComponent();
		}
	}
}