コード例 #1
0
ファイル: Window.cs プロジェクト: fariz1992/Windows-API
 public static void RefreshScreen()
 {
     WinAPI.SHChangeNotify(0x8000000, 0x1000, IntPtr.Zero, IntPtr.Zero);
 }