Beispiel #1
0
        void Disconnect()
        {
            TwitchConnection twitch = LeaveChannel();

            if (twitch != null)
            {
                twitch.Quit();
            }
        }