test/Control.SyncSource.Test/Control.SyncSource.Test/App.xaml
author cavaliet
Tue, 29 Sep 2009 11:49:59 +0200
changeset 126 5561c6ab9bb2
parent 40 d30b625ecb8b
permissions -rw-r--r--
Annotation's horizontal stroke closer to the timeline.

<Application x:Class="Control.SyncSource.Test.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>