From 3c175f3969048a5135aaf698a685eaf9b86981cd Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 25 Sep 2016 00:44:42 +0200 Subject: [PATCH] cleaning --- BookAStar/BookAStar/Pages/DeviceInfoPage.cs | 30 ------------------- BookAStar/BookAStar/Pages/MainPage.xaml | 11 ------- .../BookAStar/Pages/MarkdownEditorPage.xaml | 9 ------ 3 files changed, 50 deletions(-) delete mode 100644 BookAStar/BookAStar/Pages/DeviceInfoPage.cs delete mode 100644 BookAStar/BookAStar/Pages/MainPage.xaml delete mode 100644 BookAStar/BookAStar/Pages/MarkdownEditorPage.xaml diff --git a/BookAStar/BookAStar/Pages/DeviceInfoPage.cs b/BookAStar/BookAStar/Pages/DeviceInfoPage.cs deleted file mode 100644 index 18789cb8..00000000 --- a/BookAStar/BookAStar/Pages/DeviceInfoPage.cs +++ /dev/null @@ -1,30 +0,0 @@ -using BookAStar.Model.Auth.Account; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -using Xamarin.Forms; -using Yavsc.Models.Identity; - -namespace BookAStar.Pages -{ - public class DeviceInfoPage : ContentPage - { - public DeviceInfoPage(IGCMDeclaration infos) - { - Content = new StackLayout - { - Padding = 50, - VerticalOptions = LayoutOptions.Center, - Children = { - new Label{ Text = "Id: " + infos.DeviceId}, - new Label{ Text = "Model: " + infos.Model}, - new Label{ Text = "Platform: " + infos.Platform}, - new Label{ Text = "Version: " + infos.Version}, - } - }; - - } - } -} diff --git a/BookAStar/BookAStar/Pages/MainPage.xaml b/BookAStar/BookAStar/Pages/MainPage.xaml deleted file mode 100644 index 13d5c566..00000000 --- a/BookAStar/BookAStar/Pages/MainPage.xaml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/BookAStar/BookAStar/Pages/MarkdownEditorPage.xaml b/BookAStar/BookAStar/Pages/MarkdownEditorPage.xaml deleted file mode 100644 index 755adfc0..00000000 --- a/BookAStar/BookAStar/Pages/MarkdownEditorPage.xaml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file