Open Pharmhaus-2 opened 5 years ago
Original Author: engor
^ Is it OK?
Maybe we need replace Function DebugStop()="bbDB::stop"
Function DebugStop()="bbDB::stop"
with
Private Function _DebugStop()="bbDB::stop" Function DebugStop() #If __DEBUG__ _DebugStop() #Endif End
Original Author: engor
^ Is it OK?
Maybe we need replace
Function DebugStop()="bbDB::stop"
with