[求助]2009下面hello world怎么写??
<p>using System;<br/>using System.Collections.Generic;<br/>using System.Linq;<br/>using System.Text;<br/>using Autodesk.AutoCAD.ApplicationServices;<br/>using Autodesk.AutoCAD.EditorInput;<br/>using Autodesk.AutoCAD.Runtime;</p><p><br/>namespace ClassLibrary1<br/>{<br/> public class Class1<br/> {<br/> <br/> public void HelloWorld()<br/> {<br/> Editor ed = Application.DocumentManager.MdiActiveDocument.Editor;<br/> ed.WriteMessage("Hello World");<br/> }<br/> }<br/>}</p><p></p><p>这样写不行,该怎么改,有人知道吗??</p>
页:
[1]