Example #1
0
 public static void Log(string message)
 {
     LogString.AppendLine(message);
     EventLogTextView.Text = LogString.ToString();
 }