Ejemplo n.º 1
0
        public override bool IsTrue(IntPtr hwnd)
        {
            string str = WinAPI.GetWindowText(hwnd);

            return(str.Contains(_name));
        }