OSDN Git Service

行を生成するメソッドをLineToIndexTableに移動した
[fooeditengine/FooEditEngine.git] / Metro / Test / App.xaml
1 <Application\r
2     x:Class="Test.App"\r
3     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"\r
4     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"\r
5     xmlns:local="using:Test">\r
6 \r
7     <Application.Resources>\r
8         <ResourceDictionary>\r
9             <ResourceDictionary.MergedDictionaries>\r
10 \r
11                 <!-- \r
12                     プラットフォームの外観の共通の要素を定義するスタイル\r
13                     Visual Studio プロジェクトおよびアイテム テンプレートで必要です\r
14                  -->\r
15                 <ResourceDictionary Source="Common/StandardStyles.xaml"/>\r
16             </ResourceDictionary.MergedDictionaries>\r
17 \r
18         </ResourceDictionary>\r
19     </Application.Resources>\r
20 </Application>\r