Here is the effect:
just place it in an fx file, load it into a material with it's effect string,
and assign the material to the entity you want in wireframe.
If you have trouble, the manual should help.

technique Wired
{
pass p0
{
FillMode = Wireframe;
}
}


Check out the throwing game here: The throwing game