--- a/src/FingersDance.Control.Player/UserControlPlayer.xaml.cs Sun Sep 20 18:02:37 2009 +0200
+++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml.cs Wed Sep 23 10:49:34 2009 +0200
@@ -89,7 +89,7 @@
{
MediaElementVideo.Play();
}
- catch (Exception ex) { }
+ catch (Exception) { }
}
else//Pause
{
@@ -98,7 +98,7 @@
{
MediaElementVideo.Pause();
}
- catch (Exception exx) { }
+ catch (Exception) { }
}
}
@@ -112,7 +112,7 @@
{
MediaElementVideo.Play();
}
- catch (Exception ex) { }
+ catch (Exception) { }
}
else//Pause
@@ -122,7 +122,7 @@
{
MediaElementVideo.Pause();
}
- catch (Exception exx) { }
+ catch (Exception) { }
//ButtonPlayPause.Background = FindResource("[Skin_1]_Play_button_xaml") as Brush;
}
}