src/FingersDance.Control.TimeLine/App.xaml
author ymh
Mon, 03 Aug 2009 17:57:11 +0200
changeset 7 ccfa303410c3
parent 2 06de3a61998f
child 10 e8bfe1102e03
permissions -rw-r--r--
add the desing folder

<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="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>