public static IntPtr FindWindow(string className, string windowName)
 {
     return(Api_User32.FindWindow(className, windowName));
 }