src/FingersDance/App.xaml
author sarias
Thu, 17 Sep 2009 08:31:15 +0200
changeset 72 f1ca0958c992
parent 61 9e2f007b19b3
child 92 3a0b48be34bd
permissions -rw-r--r--
Travail sur le control List Video et comunication entre ListVideo et FingersDance

<Application x:Class="FingersDance.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="MainSurfaceWindow.xaml"
    >
    <Application.Resources>
      <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
          <ResourceDictionary Source="pack://application:,,,/FingersDance.Control.Pivot;component/FingersDance.Control.Pivot.Ressource.xaml"/>
        </ResourceDictionary.MergedDictionaries>
      </ResourceDictionary>
    </Application.Resources>
</Application>