摘要: 编程获取 VSS 版本号大于1的最新代码的代码如下: class Program { static void Main(string[] args) { // Create a VSSDatabase object. IVSSDatabase vssDatabase = new VSSDatabase(); ... 阅读全文
posted @ 2008-08-06 18:15 NewSea 阅读(841) 评论(2) 推荐(0)