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