Thread firstThread = new Thread( new ThreadStart( MethodA) );
public void MethodA() { // Do Nothing }