View Single Post
  #3 (permalink)  
Old 11-21-2007, 12:07 AM
elecrobot elecrobot is offline
Member
 
Join Date: Nov 2007
Posts: 4
elecrobot is on a distinguished road
Thanks hardwired!!!... i found the problem in my program. Could you please let me know why is it necessary to add garage in the constructor below:- Thanks for your help

public Entrance(Garage garage, int threadNum)
{
this.garage = garage;
number = threadNum;
}
Reply With Quote