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