Ejemplo n.º 1
0
 /// <summary>
 /// Creates a copy of the client.
 /// </summary>
 /// <returns>Cloned client.</returns>
 public GXClient Clone()
 {
     GXClient client = new GXClient();
     client.Copy(this);
     return client;
 }