src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 121 32611257e99f
parent 119 7a370bfb4d77
child 143 9f157d9c725b
equal deleted inserted replaced
120:8b83e6c8718e 121:32611257e99f
    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)