Ejemplo n.º 1
0
 private void LogMessageSafe(string Msg)
 {
     SerialMonitor.BeginInvoke(new InvokeDelegate(LogMessage), new string[] { Msg });
 }