Beispiel #1
0
 private static void AddTextToEditor(string text)
 {
     editor.AddText(text.Length, text);
     editor.NewLine();
 }