Beispiel #1
0
        public void Dispose()
        {
            if (txtChannel != null)
            {
                try { txtChannel.Close(); } catch {}
                txtChannel = null;
            }

            if (this.mediaChannel != null)
            {
                try { this.mediaChannel.Close(); } catch {}
                mediaChannel = null;
            }
        }