public static extern bool GetOpenFileNameW([ In, Out ] OpenFileName ofn ); } private void Test() { OpenFileName ofn = new OpenFileName();
確定! 回上一頁