diff -r 0584407ffcab -r 08bc8eac9e71 src/FingersDance.Control.Screen/UserControlScreen.xaml.cs --- 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";