Shark,

That means it's conditional compilation. If the #If statement does not evaluate to true, whatever code is in there will not be compiled either in debug mode or to the compiled component.

Therefore, you can make a reference to a class that does not exist in the project, as long as the IF...Then statement does not evaluate.