author | sarias |
Sat, 12 Sep 2009 22:57:52 +0200 | |
changeset 46 | f1a26ca4177e |
parent 45 | f003ae353cd7 |
child 61 | 9e2f007b19b3 |
permissions | -rw-r--r-- |
0 | 1 |
<Application x:Class="FingersDance.App" |
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
45
f003ae353cd7
Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents:
0
diff
changeset
|
4 |
StartupUri="MainSurfaceWindow.xaml" |
0 | 5 |
> |
6 |
<Application.Resources> |
|
7 |
<ResourceDictionary> |
|
8 |
<ResourceDictionary.MergedDictionaries> |
|
9 |
<ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/> |
|
46
f1a26ca4177e
Travail sur le UserControlPivot + changement de design.
sarias
parents:
45
diff
changeset
|
10 |
<ResourceDictionary Source="FingersDance.Control.Pivot.Ressource.xaml"/> |
0 | 11 |
</ResourceDictionary.MergedDictionaries> |
12 |
</ResourceDictionary> |
|
13 |
</Application.Resources> |
|
14 |
</Application> |