# HG changeset patch # User PAMPHILE Jonathan # Date 1255676524 -7200 # Node ID 0fd2b41ab4024559c92727ce07f76e45443f28bf # Parent e16c8c913c65c55b22ca54125d5dc3747a703ffc Color Factory et application des couleurs au pivot diff -r e16c8c913c65 -r 0fd2b41ab402 src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs --- a/src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs Fri Oct 16 03:37:48 2009 +0200 +++ b/src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs Fri Oct 16 09:02:04 2009 +0200 @@ -86,6 +86,7 @@ SurfaceButtonPlayer4.Background = (Brush)FindResource((new ColorFactory()).Colors[color]); break; } + } catch (Exception) { } } diff -r e16c8c913c65 -r 0fd2b41ab402 src/FingersDance/Resources/videos.xml --- a/src/FingersDance/Resources/videos.xml Fri Oct 16 03:37:48 2009 +0200 +++ b/src/FingersDance/Resources/videos.xml Fri Oct 16 09:02:04 2009 +0200 @@ -2,17 +2,17 @@ Butterfly - C:\Users\santiago\Desktop\MercurialSurfaceFingersDance\src\FingersDance\bin\Debug\Resources\Butterfly.wmv - C:\Users\santiago\Desktop\MercurialSurfaceFingersDance\src\FingersDance\bin\Debug\Resources\Butterfly.jpg + C:\Users\Piaf\Desktop\Développement\IRI\src\FingersDance\bin\Debug\Resources\Butterfly.wmv + C:\Users\Piaf\Desktop\Développement\IRI\src\FingersDance\bin\Debug\Resources\Butterfly.jpg Lake - C:\Users\santiago\Desktop\MercurialSurfaceFingersDance\src\FingersDance\bin\Debug\Resources\Lake.wmv - C:\Users\santiago\Desktop\MercurialSurfaceFingersDance\src\FingersDance\bin\Debug\Resources\Lake.jpg + C:\Users\Piaf\Desktop\Développement\IRI\src\FingersDance\bin\Debug\Resources\Lake.wmv + C:\Users\Piaf\Desktop\Développement\IRI\src\FingersDance\bin\Debug\Resources\Lake.jpg One Flat Thing - C:\Users\santiago\Desktop\MercurialSurfaceFingersDance\src\FingersDance\bin\Debug\Resources\oneflat.wmv - C:\Users\santiago\Desktop\MercurialSurfaceFingersDance\src\FingersDance\bin\Debug\Resources\oneflat.png + C:\Users\Piaf\Desktop\Développement\IRI\src\FingersDance\bin\Debug\Resources\oneflat.wmv + C:\Users\Piaf\Desktop\Développement\IRI\src\FingersDance\bin\Debug\Resources\oneflat.png \ No newline at end of file