Ejemplo n.º 1
0
 public static void Out(string Message)
 {
     if (control != null)
     {
         control.ControlledOutput(DEBUG_OUTCTL.ALL_CLIENTS, DEBUG_OUTPUT.NORMAL, Message);
     }
 }