src/FingersDance.Control.Screen/UserControlScreen.xaml.cs
changeset 112 08bc8eac9e71
parent 104 1a428e733fea
child 143 9f157d9c725b
--- a/src/FingersDance.Control.Screen/UserControlScreen.xaml.cs	Thu Sep 24 16:33:48 2009 +0200
+++ b/src/FingersDance.Control.Screen/UserControlScreen.xaml.cs	Thu Sep 24 17:38:51 2009 +0200
@@ -16,12 +16,13 @@
 	{
         public String contexteGrid;
         public string Path = "";
+        public int id = 0;
         public event EventHandler UC_Screen_NewSession;
 
-		public UserControlScreen()
+		public UserControlScreen(int id)
 		{
 			this.InitializeComponent();
-            
+            this.id = id;
             //1-Creation de la ListVideo
             UserControlListVideo ListVideo = new UserControlListVideo();
             ListVideo.Name = "ListVideo1";