2018年12月4日
摘要: [assembly: CommandClass(typeof(clist.Main))] //[assembly:ExtensionApplication(typeof(clist.Main))] namespace clist { public class Main { public string qm; public void VAddToo... 阅读全文
posted @ 2018-12-04 17:35 Lionever 阅读(1389) 评论(0) 推荐(0)
摘要: using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.EditorInput; using System; using System.Collections.Generic; using System.ComponentModel; u... 阅读全文
posted @ 2018-12-04 17:28 Lionever 阅读(457) 评论(0) 推荐(0)