summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/SdxApp.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Controls/SdxApp.xaml.cs')
-rw-r--r--Xamarin.Forms.Controls/SdxApp.xaml.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/Xamarin.Forms.Controls/SdxApp.xaml.cs b/Xamarin.Forms.Controls/SdxApp.xaml.cs
deleted file mode 100644
index 5ad3a618..00000000
--- a/Xamarin.Forms.Controls/SdxApp.xaml.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// 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();
- }
- }
-}