Control weaponControl = null;// new Control(); //Control weaponControl = new Control();
How can that be?? you just set an object(weaponControl to null )??
How can u use the control then?
Or is this a manner that the writers want to test our skills?
If I do Control weaponControl = new Control();
it is working and I can use it. I just dont understand why it is set to null??



















