internal static ThreadWindows DisableTaskWindows() { ThreadWindows threadWindows = new ThreadWindows(); threadWindows.Enable(false); return(threadWindows); }
internal static void EnableTaskWindows(ThreadWindows threadWindows) { threadWindows.Enable(true); threadWindows.Dispose(); threadWindows = null; }