Exemple #1
0
 public void Error(string message, string category)
 {
     htmlFile.Error(message, category);
     textFile.Error(message, category);
 }