Exemplo n.º 1
0
int main(int argc, char* argv[]){
	
	client.StartClient();
	client.WorkClient();
	client.EndClient();

	return 0;
}