Exemplo n.º 1
0
 private void BoundingBox_ScaleStarted(object sender, BoundingBoxManipulationEventArgs e)
 {
     Tools.PlaySound(this.soundEmitter, this.ScaleStartedSound);
 }
Exemplo n.º 2
0
 private void BoundingBox_RotateStopped(object sender, BoundingBoxManipulationEventArgs e)
 {
     Tools.PlaySound(this.soundEmitter, this.RotateStoppedSound);
 }