Esempio n. 1
0
 /// <summary>
 /// See IReplWindow
 /// </summary>
 public void WriteLine(string text)
 {
     _replWindow.WriteLine(text);
 }