test/SliderTest/SliderTest/App.xaml
author ARIAS Santiago
Sun, 25 Oct 2009 19:59:28 +0100
changeset 172 e408e158c1a2
parent 33 644464191714
permissions -rw-r--r--
Menu XML modifications

<Application x:Class="SliderTest.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>