Exemplo n.º 1
0
 public void Dispose()
 {
     if (_ctl != null)
     {
         Marshal.ReleaseComObject(_ctl);
         _ctl = null;
     }
 }
 public void Dispose()
 {
     if (_ctl != null)
     {
         Marshal.ReleaseComObject(_ctl);
         _ctl = null;
     }
 }
Exemplo n.º 3
0
 internal AudioSession(AudioUtilities.IAudioSessionControl2 ctl)
 {
     _ctl = ctl;
 }
 internal AudioSession(AudioUtilities.IAudioSessionControl2 ctl)
 {
     _ctl = ctl;
 }