OSDN Git Service

981b65292cb7496a1ba60637764a295685f26c69
[fooeditengine/FooEditEngine.git] / Metro / Test / SettingsFlyout.xaml.cs
1 /*\r
2  * Copyright (C) 2013 FooProject\r
3  * * 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
4  * the Free Software Foundation; either version 3 of the License, or (at your option) any later version.\r
5 \r
6  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of \r
7  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r
8 \r
9 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
10  */\r
11 using System;\r
12 using System.Collections.Generic;\r
13 using System.IO;\r
14 using System.Linq;\r
15 using Windows.Foundation;\r
16 using Windows.Foundation.Collections;\r
17 using Windows.UI.Xaml;\r
18 using Windows.UI.Xaml.Controls;\r
19 using Windows.UI.Xaml.Controls.Primitives;\r
20 using Windows.UI.Xaml.Data;\r
21 using Windows.UI.Xaml.Input;\r
22 using Windows.UI.Xaml.Media;\r
23 using Windows.UI.Xaml.Navigation;\r
24 \r
25 // 空白ページのアイテム テンプレートについては、http://go.microsoft.com/fwlink/?LinkId=234238 を参照してください\r
26 \r
27 namespace Test\r
28 {\r
29     /// <summary>\r
30     /// それ自体で使用できる空白ページまたはフレーム内に移動できる空白ページ。\r
31     /// </summary>\r
32     public sealed partial class SettingsFlyout1 : SettingsFlyout\r
33     {\r
34         public SettingsFlyout1()\r
35         {\r
36             this.InitializeComponent();\r
37             this.Content.DataContext = AppSettings.Current;\r
38         }\r
39     }\r
40 }\r