无法加载程序集--郁闷死了,藕是相当菜鸟
www.dimcax.com
无法加载程序集--郁闷死了,藕是相当菜鸟
using system;
using system.collections.generic;
using system.text;
namespace helloworld
{
public class main
{
[autodesk.autocad.runtime.commandmethod("helloworld")]
public static void helloworld()
{
autodesk.autocad.editorinput.editor editor=
autodesk.autocad.applicationservices.application.documentmanager.mdiactivedocument.editor;
editor.writemessage("hello world");
}
}
}
引用的是autocad