src/FingersDance.Control.TimeLine/App.xaml
author sarias
Mon, 03 Aug 2009 22:36:46 +0200
changeset 10 e8bfe1102e03
parent 2 06de3a61998f
child 34 9e222810f5b5
permissions -rw-r--r--
Modif sur ControlPlayer pour les videos. Partage du test Control.TimeLine

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