Printing/Pdf: Small fixes
This commit is contained in:
		@@ -8,7 +8,6 @@ using System.Windows;
 | 
				
			|||||||
using System.Text.RegularExpressions;
 | 
					using System.Text.RegularExpressions;
 | 
				
			||||||
using System.Linq;
 | 
					using System.Linq;
 | 
				
			||||||
using System.Net.Sockets;
 | 
					using System.Net.Sockets;
 | 
				
			||||||
using System.Text;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Elwig.Helpers.Printing {
 | 
					namespace Elwig.Helpers.Printing {
 | 
				
			||||||
    public static class Pdf {
 | 
					    public static class Pdf {
 | 
				
			||||||
@@ -105,7 +104,7 @@ namespace Elwig.Helpers.Printing {
 | 
				
			|||||||
                p.Start();
 | 
					                p.Start();
 | 
				
			||||||
                await p.WaitForExitAsync();
 | 
					                await p.WaitForExitAsync();
 | 
				
			||||||
            } catch (Exception e) {
 | 
					            } catch (Exception e) {
 | 
				
			||||||
                MessageBox.Show("Beim Drucken ist ein Fehler aufgetreten:\n\n" + e.Message, "Fehler beim Drucken");
 | 
					                MessageBox.Show("Beim Drucken ist ein Fehler aufgetreten:\n\n" + e.Message, "Fehler beim Drucken", MessageBoxButton.OK, MessageBoxImage.Error);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user