From 17fdde66d94155fc62a034fa6658995bef6fd6e5 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 22 Mar 2016 13:02:25 -0700 Subject: Initial import --- Xamarin.Forms.Core/ControlTemplate.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Xamarin.Forms.Core/ControlTemplate.cs (limited to 'Xamarin.Forms.Core/ControlTemplate.cs') diff --git a/Xamarin.Forms.Core/ControlTemplate.cs b/Xamarin.Forms.Core/ControlTemplate.cs new file mode 100644 index 00000000..1e198e97 --- /dev/null +++ b/Xamarin.Forms.Core/ControlTemplate.cs @@ -0,0 +1,15 @@ +using System; + +namespace Xamarin.Forms +{ + public class ControlTemplate : ElementTemplate + { + public ControlTemplate() + { + } + + public ControlTemplate(Type type) : base(type) + { + } + } +} \ No newline at end of file -- cgit v1.2.3