Example #1
0
 public static void ShowDebugMessage(
     this IDialogManager dialogManager,
     string message,
     Exception ex)
 {
     dialogManager.ShowDebugMessage(message, null, ex);
 }