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