C#实现网络共享

using System; using System.Runtime.InteropServices; namespace ConApp { class RemoteShareDir { [DllImport("Netapi32.dll",CharSet=CharSet.Unicode)] private static extern uint Ne
相关文章
相关标签/搜索