private static extern int GetSystemMenu(int HWND); [DllImport("user32.dll")] private static extern int AppendMenu(int MenuHandle, int Props, ...
確定! 回上一頁