Esempio n. 1
0
File: User32.cs Progetto: Foda/Tide
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
Esempio n. 2
0
File: User32.cs Progetto: Foda/Tide
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);