equal
deleted
inserted
replaced
18 this.InitializeComponent(); |
18 this.InitializeComponent(); |
19 |
19 |
20 // Insert code required on object creation below this point. |
20 // Insert code required on object creation below this point. |
21 } |
21 } |
22 |
22 |
|
23 public UserControlSyncSource(string path) |
|
24 { |
|
25 this.InitializeComponent(); |
|
26 |
|
27 this.UserControlPlayer.initPlayer(path); |
|
28 } |
23 |
29 |
24 #region player |
30 #region player |
25 private void UserControlPlayer_PlayerOpened(object sender, EventArgs e) |
31 private void UserControlPlayer_PlayerOpened(object sender, EventArgs e) |
26 { |
32 { |
27 //Initialisation du Timer |
33 //Initialisation du Timer |