예제 #1
0
 public static void SetText(IntPtr handle, string value)
 {
     PInvoke.SetWindowText(handle, value);
 }