From bfdc7c76f1beafa29e1c2c1f05b5788753bfc4ab Mon Sep 17 00:00:00 2001 From: markpollack Date: Tue, 4 Nov 2008 03:51:41 +0000 Subject: [PATCH] misc update, remove [STAThread] --- .../Spring.IoCQuickStart.AppContext/src/AppContext/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Spring/Spring.IoCQuickStart.AppContext/src/AppContext/Program.cs b/examples/Spring/Spring.IoCQuickStart.AppContext/src/AppContext/Program.cs index cd7e490e..501e59b2 100644 --- a/examples/Spring/Spring.IoCQuickStart.AppContext/src/AppContext/Program.cs +++ b/examples/Spring/Spring.IoCQuickStart.AppContext/src/AppContext/Program.cs @@ -42,7 +42,6 @@ namespace Spring.IocQuickStart.AppContext /// /// The main entry point for the application. /// - [STAThread] private static void Main() { try