예제 #1
0
 public static int GetCurrentWindowHandle()
 {
     return((int)User32API.GetCurrentWindowHandle());
 }
예제 #2
0
 public static void MinScreen()
 {
     ShowWindow(User32API.GetCurrentWindowHandle(), 7);
 }