© 2026 Hedgehog Software, LLC
var thread = new Thread(new ThreadStart(DelaySpashClose)); while (IsFileLocked()) { if (!thread.IsAlive) { thread.Start(); } }
private void DelaySpashClose() { Thread.Sleep(1000); }