src/FingersDance.Control.Screen/UserControlScreen.xaml.cs
changeset 112 08bc8eac9e71
parent 104 1a428e733fea
child 143 9f157d9c725b
equal deleted inserted replaced
110:0584407ffcab 112:08bc8eac9e71
    14 {
    14 {
    15 	public partial class UserControlScreen
    15 	public partial class UserControlScreen
    16 	{
    16 	{
    17         public String contexteGrid;
    17         public String contexteGrid;
    18         public string Path = "";
    18         public string Path = "";
       
    19         public int id = 0;
    19         public event EventHandler UC_Screen_NewSession;
    20         public event EventHandler UC_Screen_NewSession;
    20 
    21 
    21 		public UserControlScreen()
    22 		public UserControlScreen(int id)
    22 		{
    23 		{
    23 			this.InitializeComponent();
    24 			this.InitializeComponent();
    24             
    25             this.id = id;
    25             //1-Creation de la ListVideo
    26             //1-Creation de la ListVideo
    26             UserControlListVideo ListVideo = new UserControlListVideo();
    27             UserControlListVideo ListVideo = new UserControlListVideo();
    27             ListVideo.Name = "ListVideo1";
    28             ListVideo.Name = "ListVideo1";
    28 
    29 
    29             //2-Ajout de la ListVideo au ControlScreen
    30             //2-Ajout de la ListVideo au ControlScreen