查看单个帖子
旧 2009-04-21, 02:52 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 无法加载程序集--郁闷死了,藕是相当菜鸟

无法加载程序集--郁闷死了,藕是相当菜鸟
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
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)