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