remove files committed by accident
authorStephane Delcroix <stephane@delcroix.org>
Thu, 2 Mar 2017 22:31:24 +0000 (23:31 +0100)
committerStephane Delcroix <stephane@delcroix.org>
Thu, 2 Mar 2017 22:31:24 +0000 (23:31 +0100)
Xamarin.Forms.Controls/SdxApp.xaml [deleted file]
Xamarin.Forms.Controls/SdxApp.xaml.cs [deleted file]
Xamarin.Forms.Controls/SdxPage.xaml [deleted file]
Xamarin.Forms.Controls/SdxPage.xaml.cs [deleted file]

diff --git a/Xamarin.Forms.Controls/SdxApp.xaml b/Xamarin.Forms.Controls/SdxApp.xaml
deleted file mode 100644 (file)
index a859f49..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Xamarin.Forms.Controls.SdxApp">
-       <ContentPage.Content>
-       </ContentPage.Content>
-</ContentPage>
diff --git a/Xamarin.Forms.Controls/SdxApp.xaml.cs b/Xamarin.Forms.Controls/SdxApp.xaml.cs
deleted file mode 100644 (file)
index 5ad3a61..0000000
+++ /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();
-               }
-       }
-}
diff --git a/Xamarin.Forms.Controls/SdxPage.xaml b/Xamarin.Forms.Controls/SdxPage.xaml
deleted file mode 100644 (file)
index 7dffd41..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Xamarin.Forms.Controls.SdxPage">
-       <ContentPage.Content>
-       </ContentPage.Content>
-</ContentPage>
diff --git a/Xamarin.Forms.Controls/SdxPage.xaml.cs b/Xamarin.Forms.Controls/SdxPage.xaml.cs
deleted file mode 100644 (file)
index d415316..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// 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();
-               }
-       }
-}