char [] lpCaption1 = lpCaption == null ? null : lpCaption.chars; return MessageBoxW (hWnd, lpText1, lpCaption1, uType);
確定! 回上一頁