摘要: privatevoidTree_AfterExpand(objectsender,TreeViewEventArgse){intFileID=int.Parse(((ListItem)comboxFile.Items[comboxFile.SelectedIndex]).ID);BackgroundWorkerbw=newBackgroundWorker();bw.DoWork+=newDoWorkEventHandler(bw_DoWork);bw.RunWorkerCompleted+=newRunWorkerCompletedEventHandler(bw_RunWorkerComple 阅读全文
posted @ 2012-04-23 08:58 keepsilence 阅读(256) 评论(0) 推荐(0) 编辑
摘要: publicclassPlugingManager{//插件装载器publicArrayListPlugins=newArrayList();//插件FullNamepublicArrayListPlugFullName=newArrayList();//插件类型publicArrayListPlugTypes=newArrayList();#region构造函数///<summary>///PlugingManager插件加载///</summary>///<paramname="plugspath">插件所在目录必须是运行目录中的文件 阅读全文
posted @ 2012-04-23 08:52 keepsilence 阅读(1368) 评论(0) 推荐(0) 编辑