src/FingersDance.Control.SyncSource/App.xaml
author sarias
Mon, 17 Aug 2009 22:04:09 +0200
changeset 35 ed77793b767a
permissions -rw-r--r--
Control Pivot, Debut Control Screen SyncSource UserPanel

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