public void Append(string text) => textView.AppendLine(text);
Esempio n. 2
0
 public void Log(string text) => assemblyBuilderLog.AppendLine(text);