Exemplo n.º 1
0
 public DomainOutput WriteRaw(string text)
 {
     OnWriteRaw?.Invoke(text);
     return(this);
 }
Exemplo n.º 2
0
 public IWriteAnsi WriteRaw(string text)
 {
     OnWriteRaw?.Invoke(text);
     return(this);
 }