summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-03-02 23:31:24 +0100
committerStephane Delcroix <stephane@delcroix.org>2017-03-02 23:31:24 +0100
commit62cdb35a0bcdd76414ec01501de0ed3f7227acab (patch)
tree7dc63705ca8b8c4f484bd208441edfcde6831fb5 /Xamarin.Forms.Controls
parentd2708bbadd0bf09c2542e354683c0fd1bbc84707 (diff)
downloadxamarin-forms-62cdb35a0bcdd76414ec01501de0ed3f7227acab.tar.gz
xamarin-forms-62cdb35a0bcdd76414ec01501de0ed3f7227acab.tar.bz2
xamarin-forms-62cdb35a0bcdd76414ec01501de0ed3f7227acab.zip
remove files committed by accident
Diffstat (limited to 'Xamarin.Forms.Controls')
-rw-r--r--Xamarin.Forms.Controls/SdxApp.xaml5
-rw-r--r--Xamarin.Forms.Controls/SdxApp.xaml.cs22
-rw-r--r--Xamarin.Forms.Controls/SdxPage.xaml5
-rw-r--r--Xamarin.Forms.Controls/SdxPage.xaml.cs22
4 files changed, 0 insertions, 54 deletions
diff --git a/Xamarin.Forms.Controls/SdxApp.xaml b/Xamarin.Forms.Controls/SdxApp.xaml
deleted file mode 100644
index a859f491..00000000
--- a/Xamarin.Forms.Controls/SdxApp.xaml
+++ /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
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();
- }
- }
-}
diff --git a/Xamarin.Forms.Controls/SdxPage.xaml b/Xamarin.Forms.Controls/SdxPage.xaml
deleted file mode 100644
index 7dffd414..00000000
--- a/Xamarin.Forms.Controls/SdxPage.xaml
+++ /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
index d4153161..00000000
--- a/Xamarin.Forms.Controls/SdxPage.xaml.cs
+++ /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();
- }
- }
-}