src/FingersDance.Control.ListVideo/UserControlListVideo.xaml.cs
changeset 77 e95e916eb018
parent 72 f1ca0958c992
child 84 067f4a6c0cca
--- a/src/FingersDance.Control.ListVideo/UserControlListVideo.xaml.cs	Thu Sep 17 18:44:33 2009 +0200
+++ b/src/FingersDance.Control.ListVideo/UserControlListVideo.xaml.cs	Sun Sep 20 18:02:37 2009 +0200
@@ -12,7 +12,7 @@
 {
 	public partial class UserControlListVideo
 	{
-
+        //Creation d'un Event pour Chaque Item Video
         public event EventHandler EH_ItemVideo1_ContactDown;
         public event EventHandler EH_ItemVideo2_ContactDown;
 
@@ -35,11 +35,7 @@
                 EH_ItemVideo2_ContactDown(this, new EventArgs());
         }
 
-        private void ItemVideo1_Selected(object sender, RoutedEventArgs e)
-        {
-
-        }
-
+        //Event appelé lors de la selection d'un Item dans la Video List
         private void ItemVideo1_ContactTapGesture(object sender, Microsoft.Surface.Presentation.ContactEventArgs e)
         {
             if (EH_ItemVideo1_ContactDown != null)