test/Control.Player.Test/App.xaml
author ARIAS Santiago
Sun, 25 Oct 2009 12:38:45 +0100
changeset 168 d70ee2002f75
parent 32 8f2692c743ff
permissions -rw-r--r--
Thumb Timeline Rotation and Debug Closing Panels

<Application x:Class="Control.Player.Test.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="SurfacePlayerTest.xaml"
    >
    <Application.Resources>
      <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
          <ResourceDictionary Source="Control.Player.Test.Skin.Ressources.xaml"/>
        </ResourceDictionary.MergedDictionaries>
      </ResourceDictionary>
    </Application.Resources>
</Application>