by Alan Usiadek | Okt. 2, 2024 | Arbeiten bei blecon
Ausgangssituation für diesen Blog ist folgender Post auf Stackoverflow [TestMethod] public void TestMethod1() { MainWindow window = null; // The dispatcher thread var t = new Thread(() => { window = new MainWindow(); // Initiates the dispatcher thread shutdown...