diff -r 6731e300ec85 -r d479ee448afc src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs --- a/src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs Fri Oct 16 11:42:18 2009 +0200 +++ b/src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs Fri Oct 16 11:49:56 2009 +0200 @@ -86,6 +86,7 @@ SurfaceButtonPlayer4.Background = (Brush)FindResource((new ColorFactory()).Colors[color]); break; } + } catch (Exception) { } }