Ejemplo n.º 1
0
 private static void consoleWriter_WriteEvent(object sender, ConsoleWriterEventArgs e)
 {
     File.AppendAllText(FilePath, e.Value);
 }
Ejemplo n.º 2
0
 private static void consoleWriter_WriteLineEvent(object sender, ConsoleWriterEventArgs e)
 {
     // throw new NotImplementedException();
 }