summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/SdxApp.xaml.cs
blob: 5ad3a61856f3cf177ef077719dca7ce8c32452db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// SdxApp.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 SdxApp : ContentPage
	{
		public SdxApp()
		{
			InitializeComponent();
		}
	}
}