test/TestMenu/TestMenu/App.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 19 Nov 2009 09:29:15 +0100
changeset 210 574041f3b2c9
parent 16 d174a6956f11
permissions -rw-r--r--
Indentations

<Application x:Class="TestMenu.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="SurfaceWindow1.xaml"
    >
    <Application.Resources>
      <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
        </ResourceDictionary.MergedDictionaries>
      </ResourceDictionary>
    </Application.Resources>
</Application>