src/FingersDance/MainSurfaceWindow.xaml.cs
changeset 97 31b24064b28f
parent 95 07972aa3f2e0
child 104 1a428e733fea
--- a/src/FingersDance/MainSurfaceWindow.xaml.cs	Wed Sep 23 22:24:59 2009 +0200
+++ b/src/FingersDance/MainSurfaceWindow.xaml.cs	Wed Sep 23 22:41:54 2009 +0200
@@ -341,7 +341,7 @@
                 actualGrid.Children.Add(SessionInput);
                 
                 //2.5 rensegner la video choisie au screen
-                ((UserControlScreen)actualGrid.Parent).Path = ((CustomListBoxItem)sender).Path;
+                ((UserControlScreen)actualGrid.Parent).Path = ((UserControlListVideo)sender).path;
                 //3-Creation des Events
                 SessionInput.EH_SurfaceButtonSubmit_ContactDown += new System.EventHandler(this.SessionInput_EH_SurfaceButtonSubmit_ContactDown);
                 //4-Supression du UC List Video