Example #1
0
 public static void AddTo(string addText)
 {
     text.Insert(0, addText);
     EventTextEvent?.Invoke();
 }
Example #2
0
 public static void ClearLog()
 {
     text.Clear();
     EventTextEvent?.Invoke();
 }