Es wird nun der standard PDF viewer angezeigt
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user