OSDN Git Service

メトロ版はもはや使ってる人がいないので削除することにした
[fooeditengine/FooEditEngine.git] / Metro / Test / SettingsFlyout.xaml.cs
diff --git a/Metro/Test/SettingsFlyout.xaml.cs b/Metro/Test/SettingsFlyout.xaml.cs
deleted file mode 100644 (file)
index 981b652..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/*\r
- * Copyright (C) 2013 FooProject\r
- * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation; either version 3 of the License, or (at your option) any later version.\r
-\r
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of \r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\r
- */\r
-using System;\r
-using System.Collections.Generic;\r
-using System.IO;\r
-using System.Linq;\r
-using Windows.Foundation;\r
-using Windows.Foundation.Collections;\r
-using Windows.UI.Xaml;\r
-using Windows.UI.Xaml.Controls;\r
-using Windows.UI.Xaml.Controls.Primitives;\r
-using Windows.UI.Xaml.Data;\r
-using Windows.UI.Xaml.Input;\r
-using Windows.UI.Xaml.Media;\r
-using Windows.UI.Xaml.Navigation;\r
-\r
-// 空白ページのアイテム テンプレートについては、http://go.microsoft.com/fwlink/?LinkId=234238 を参照してください\r
-\r
-namespace Test\r
-{\r
-    /// <summary>\r
-    /// それ自体で使用できる空白ページまたはフレーム内に移動できる空白ページ。\r
-    /// </summary>\r
-    public sealed partial class SettingsFlyout1 : SettingsFlyout\r
-    {\r
-        public SettingsFlyout1()\r
-        {\r
-            this.InitializeComponent();\r
-            this.Content.DataContext = AppSettings.Current;\r
-        }\r
-    }\r
-}\r