From b7f1d94d749ed6f92c2351ca4ff067daeb045a51 Mon Sep 17 00:00:00 2001 From: S T Chan Date: Tue, 7 Jan 2014 22:15:55 -0500 Subject: [PATCH] periodic commit --- PdfScribe/Program.cs | 2 ++ 1 file changed, 2 insertions(+) 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 ///