Example #1
0
 /// <summary>
 /// Connects the client to the server.
 /// </summary>
 public void OpenConnection()
 {
     chatServer.AddConnection(this);
 }