I am looking at code which has the correct using statements declared but yet the objects within the code are fully qualified when they don't need to be due to the fact that the using statement is declared.
Is there a reason why the objects are fully qualified but yet still have the using statement declared?