Beispiel #1
0
 public void RemoveInputSoundDetectedDelegate(InputSoundDetectedDelegate del)
 {
     inputSoundDetectedEvent -= del;
 }
Beispiel #2
0
 public void AddInputSoundDetectedDelegate(InputSoundDetectedDelegate del)
 {
     inputSoundDetectedEvent += del;
 }