日期:2014-05-17 浏览次数:20853 次
[DllImport("CodeInit.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
public static extern int Code(string path, string str);
public void CodeWrite(string path, string com)
{
Code(path, com);
}