src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs
changeset 157 0fd2b41ab402
parent 156 e16c8c913c65
child 160 e940ca798fe3
equal deleted inserted replaced
156:e16c8c913c65 157:0fd2b41ab402
    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 }