Example #1
0
        public void OnWindowTitleChanged(Win32Window window)
        {
            SecondDisplayProcess proc = CachedProcesses.Get(window.Handle.ToInt32());

            if (proc != null)
            {
                proc.Refresh();
            }
        }