Exemplo n.º 1
0
 public void Write(string[] texts)
 {
     function(Formator.Process(texts, format));
 }
Exemplo n.º 2
0
 public void Write(string text)
 {
     function(Formator.Process(new string[] { text }, format));
 }