src/FingersDance.Control.UserPanel/UserControlUserPanel.xaml.cs
changeset 152 46577fd0a294
parent 150 569925b65604
child 160 e940ca798fe3
equal deleted inserted replaced
151:5f011a5ce421 152:46577fd0a294
    34             this.InitializeComponent();
    34             this.InitializeComponent();
    35             id = idPar;
    35             id = idPar;
    36             _Project = p;
    36             _Project = p;
    37             this.UserControlSyncSource.Load(path, intColor);
    37             this.UserControlSyncSource.Load(path, intColor);
    38         }
    38         }
       
    39 
       
    40         public void PlayerPause()
       
    41         {
       
    42             UserControlSyncSource.PlayerPause();
       
    43         }
    39 	}
    44 	}
    40 }
    45 }