Index: src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r4ae34e044a58f8c6d1de9fe28b60b301955106f6 --- src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision 4ae34e044a58f8c6d1de9fe28b60b301955106f6) @@ -21,7 +21,6 @@ using DelftTools.Utils.Aop; using DelftTools.Utils.Collections; using DelftTools.Utils.Reflection; -using DelftTools.Utils.Threading; using DeltaShell.Core; using DeltaShell.Gui.Forms; using DeltaShell.Gui.Forms.MainWindow; @@ -79,7 +78,6 @@ instance = this; instanceCreationStackTrace = new StackTrace().ToString(); ViewPropertyEditor.Gui = this; - ThreadedWorker.WaitMethod = System.Windows.Forms.Application.DoEvents; Application = new DeltaShellApplication {