I have the line in vb code:
#if Not Debug
which I must convert, and I don\'t see it in c#?
Is there something equivalent to it,
I think something like will work
#if (DEBUG) //Something #else //Something #endif