Exemplo n.º 1
0
 public void Write(string text)
 {
     UIConsole.Write(text);
 }
Exemplo n.º 2
0
 public void WriteConcurrent(string text)
 {
     UIConsole.WriteConcurrent(text);
 }