src/FingersDance.Control.Menu/App.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Tue, 04 Aug 2009 15:35:50 +0200
changeset 11 99970914728c
parent 2 06de3a61998f
permissions -rw-r--r--
Test des menus

<Application x:Class="FingersDance.Control.Menu.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="SurfaceMenuTest.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>