src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 119 7a370bfb4d77
parent 75 99d003723474
child 121 32611257e99f
equal deleted inserted replaced
117:c1222ecbf1b1 119:7a370bfb4d77
    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