Esempio n. 1
0
 public string ReadLine() => OutB.ReadLine();
Esempio n. 2
0
 public void EndRead(bool resetInput = true) => OutB.EndRead(resetInput);
Esempio n. 3
0
 public void Write(object o) => OutB.AppendExtern(o);