行万里路

行万里路,也要读万卷书

  博客园 :: 首页 :: 新随笔 :: 联系 :: :: 管理 ::

2007年8月21日

摘要: //取xml数据,导入法规类型 public bool ImpLawType(IList alLawTypeID,string fileName) { bool flag = true; IList alLawType = new ArrayList(); //定义Xml文档 XmlDocument xd = new XmlDocument(); xd.L... 阅读全文
posted @ 2007-08-21 11:00 贤言叙语 阅读(138) 评论(0) 推荐(0)

摘要: 一、显示界面Form1.cs 1.定义一个button,一个progressbar private void button_Click(object sender, System.EventArgs e) { LawSystem lawSystem = new LawSystem(); lawSystem.onSendMsg += new LawSystem.MyEventHandler(thi... 阅读全文
posted @ 2007-08-21 10:32 贤言叙语 阅读(1203) 评论(0) 推荐(0)