コード例 #1
0
ファイル: Win32API.cs プロジェクト: Ju2ender/csharp-e
 public static extern bool ShowWindow(IntPtr hWnd, enumShowWindow nCmdShow);
コード例 #2
0
ファイル: Win32API.cs プロジェクト: orb1t/StructuredEditor
 public static extern bool ShowWindow(IntPtr hWnd, enumShowWindow nCmdShow);