Exemple #1
0
 public bool IsDebugMode()
 {
     return((IsDebug || Dev2Logger.ShouldLog(ResourceID) || RemoteInvoke) && !RunWorkflowAsync);
 }