Example #1
0
 public static void DebugOutput(string text)
 {
     Debug.Assert(null != ScripterForm);
     ScripterForm.DebugOutput(text);
 }