Exemple #1
0
 public void TestarGravaEmArquivoTexto()
 {
     Apoio.GravarEmArquivoTexto("teste3\r\nteste3\r\n", "C:\\sgr", "test.txt", true);
 }
Exemple #2
0
 private void Loggar(string loggMessage)
 {
     Apoio.GravarEmArquivoTexto(loggMessage, Application.StartupPath, "log.txt", true);
 }