Ejemplo n.º 1
0
 internal static void logOut(string text)
 {
     if (richTextBox1 != null)
     {
         ThreadInvokes.RichTextBoxAppendText(ActGlobals.oFormActMain, richTextBox1, DateTime.Now.ToString("O") + "|" + text + "\n");
     }
     //ActGlobals.oFormActMain.ParseRawLogLine(false, DateTime.Now, "00|" + DateTime.Now.ToString("O") + "|0048|F|" + text + "|");
 }