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) |
23 public void Load(string path) |
24 { |
24 { |
25 this.InitializeComponent(); |
|
26 |
|
27 this.UserControlPlayer.initPlayer(path); |
25 this.UserControlPlayer.initPlayer(path); |
28 } |
26 } |
29 |
27 |
30 #region player |
28 #region player |
31 private void UserControlPlayer_PlayerOpened(object sender, EventArgs e) |
29 private void UserControlPlayer_PlayerOpened(object sender, EventArgs e) |