Пример #1
0
        private void    CloseClient()
        {
            try
            {
                this.console.Repaint();

                this.client.AddPacket(new ClientUnsubscribeLogsPacket());

                ConnectionsManager.Close(this.client, this.console);
            }
            finally
            {
                this.client = null;
            }
        }