private void ClientForm_Load(object sender, EventArgs e) { chatService = new ChatService(); chatService.CookieContainer = new System.Net.CookieContainer(); }