Exemplo n.º 1
0
 public static void DebugWrite()
 {
     DebugWriteEvent?.Invoke("", null);
 }
Exemplo n.º 2
0
 public static void DebugWrite(string module, string format, params object[] arg)
 {
     DebugWriteEvent?.Invoke("DEBUG (" + module + "): " + format, arg);
 }