摘要: //IDB.CS文件 namespace ConsoleApplication1 { interface IDB { string GetStr1(); string GetStr2(); } } //HZSQLServer.CS namespace ConsoleApplication1 { class HZSQLServer:ID... 阅读全文
posted @ 2008-11-06 10:55 XGU_Winner 阅读(379) 评论(0) 推荐(0)