コード例 #1
0
 public void VerificarImpressaoApagarPDF()
 {
     DeletePDF.DeletarPDF(Browser, "C:\\Users\\Rodrigo2\\Downloads\\");
 }
コード例 #2
0
ファイル: FotosPage.cs プロジェクト: edilonandrade/SGP
 public void VerificarDownloadImagens()
 {
     DeletePDF.DeletarPDF(Browser, ConfigurationManager.AppSettings["downloadPath"]);
 }