diff --git a/PdfScribe/Program.cs b/PdfScribe/Program.cs index 10be8e1..99dbea7 100644 --- a/PdfScribe/Program.cs +++ b/PdfScribe/Program.cs @@ -127,6 +127,8 @@ namespace PdfScribe } /// + /// http://stackoverflow.com/questions/8047610/re-open-wpf-window-from-a-console-application + /// /// All unhandled exceptions will bubble their way up here - /// a final error dialog will be displayed before the crash and burn ///