src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs
changeset 159 d479ee448afc
parent 157 0fd2b41ab402
child 160 e940ca798fe3
equal deleted inserted replaced
158:6731e300ec85 159:d479ee448afc
    84                         break;
    84                         break;
    85                     case 4:
    85                     case 4:
    86                         SurfaceButtonPlayer4.Background = (Brush)FindResource((new ColorFactory()).Colors[color]);
    86                         SurfaceButtonPlayer4.Background = (Brush)FindResource((new ColorFactory()).Colors[color]);
    87                         break;
    87                         break;
    88                 }
    88                 }
       
    89 
    89             }
    90             }
    90             catch (Exception) { }
    91             catch (Exception) { }
    91         }
    92         }
    92 	}
    93 	}
    93 }
    94 }