Es wird nun der standard PDF viewer angezeigt

This commit is contained in:
HuskyTeufel
2022-04-20 15:33:53 +02:00
parent f035f447bc
commit 177e87da7c
5 changed files with 1 additions and 270 deletions

View File

@@ -91,9 +91,7 @@ namespace BerichtGen
Process process = new Process();
process.StartInfo.FileName = "explorer";
process.StartInfo.Arguments = pfad;
//** Verbuggt
FrmPDFViewer frmPDFViewer = new FrmPDFViewer(pfad);
frmPDFViewer.ShowDialog();
process.Start();
}
}