Exemplo n.º 1
0
        /// <summary>
        /// Parts from the channel
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void buttonPart_Click(object sender, EventArgs e)
        {
            Tcb.PartChannel();
            ClearChatlog();
            ClearDebuglog();
            textBoxChannel.Enabled = true;

            buttonAccountsLoad.Enabled   = true;
            buttonAccountsDelete.Enabled = true;

            buttonConnect.Enabled = true;
        }