【已解决】error CS0246: The type or namespace name ‘DllImport’ could not be found (are you missing a using directive or an assembly reference?)
crifan 13年前 (2012-04-12) 7261浏览 0评论
【问题】 C#程序中,有类似这样代码: // Registers a hot key with Windows. [DllImport("user32.dll")] private...