T 
		
								
				
				
			
		Tony Johansson
Hi
I just wonder if it's correct to use the term instansiating in this example
Thread myCurrectThread = Thread.CurrentThread;
I mean there seems to be more correct to use the term instansiating when I
use the new keyword and really create a new object.
Here I just use the reference myCurrectThread to point to the currect
Thread.
//Tony
				
			I just wonder if it's correct to use the term instansiating in this example
Thread myCurrectThread = Thread.CurrentThread;
I mean there seems to be more correct to use the term instansiating when I
use the new keyword and really create a new object.
Here I just use the reference myCurrectThread to point to the currect
Thread.
//Tony
