Exemple #1
0
        internal static ThreadWindows DisableTaskWindows()
        {
            ThreadWindows threadWindows = new ThreadWindows();

            threadWindows.Enable(false);
            return(threadWindows);
        }
Exemple #2
0
 internal static void EnableTaskWindows(ThreadWindows threadWindows)
 {
     threadWindows.Enable(true);
     threadWindows.Dispose();
     threadWindows = null;
 }