public void Show(ShowWindowCommandEnum nCmd)
 {
     if (m_hWnd != IntPtr.Zero)
     {
         API.Externals.ShowWindow(m_hWnd, nCmd);
     }
 }
예제 #2
0
 public static extern Boolean ShowWindow(IntPtr hWnd, ShowWindowCommandEnum nCmdShow);