--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs Wed Oct 14 14:06:04 2009 +0200
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs Wed Oct 14 17:08:43 2009 +0200
@@ -20,17 +20,17 @@
// Insert code required on object creation below this point.
}
- public void Load(string path)
+ public void Load(string path, UInt32 intColor)
{
this.UserControlPlayer.initPlayer(path);
+ //Initialisation du Timer
+ UCTimeLine.initTimer(intColor);
this.UserControlPlayer.playerPlay();
}
#region player
private void UserControlPlayer_PlayerOpened(object sender, EventArgs e)
{
- //Initialisation du Timer
- UCTimeLine.initTimer();
//Initialisation du slider
UCTimeLine.initslider(UserControlPlayer.TotalMilliseconds);
//Demarrage du Timer