summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/GalleryPages/StyleXamlGallery.xaml.cs
blob: 39837222670b89c48b4853a5f0956bb5ce9cf06e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using Xamarin.Forms;

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