by Ajay Askoolum » June 3rd, 2015, 2:26 pm
I think you miss my point.
On the very first line of code, the 'Init' line has 'System': I presume that this is implicitly adding 'using System'.
On the second line of code, I am loading the assembly.
On the third line of code, as it states in the manual, I am adding the 'using' {namespace} (But, I am not repeating 'using System').
My question was: do I need to add 'using System' again or does the implicit usage on the very first line persist i.e. survive?
My experience suggests that it does not persist but I am not sure: hence the question.