src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs
changeset 121 32611257e99f
parent 119 7a370bfb4d77
child 143 9f157d9c725b
--- a/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Thu Sep 24 18:31:09 2009 +0200
+++ b/src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml.cs	Fri Sep 25 02:56:57 2009 +0200
@@ -20,10 +20,8 @@
 			// Insert code required on object creation below this point.
 		}
 
-        public UserControlSyncSource(string path)
+        public void Load(string path)
         {
-            this.InitializeComponent();
-
             this.UserControlPlayer.initPlayer(path);
         }