摘要:
被调用的TestDll.dll文件主要代码:using System;using System.Collections.Generic;using System.Text;namespace TestDll{ public class TestDll { public string HandleStr(string str) { return "["+str + "]"; } }}调用Tes... 阅读全文
posted @ 2010-03-10 17:28
Seventeen
阅读(1202)
评论(0)
推荐(1)
浙公网安备 33010602011771号