equal
deleted
inserted
replaced
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 |