Exemplo n.º 1
0
 /// <summary>
 /// Write directly to the output stream of the console
 /// </summary>
 /// <param name="text"></param>
 public void WriteLine(string text)
 {
     console.WriteLine(text);
 }