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