S
Saber
Is there a way to find out in which mode we are?
What can I write instead of "ItIsDebugMode" in this condition?
if (ItIsDebugMode)
{
//write something in somefile
}
What can I write instead of "ItIsDebugMode" in this condition?
if (ItIsDebugMode)
{
//write something in somefile
}