07 2013 档案
菜单权限设置,绑定树结构
摘要://树视图绑定函数 public void BindDataToTreeView(IList ilistrolemenus) { // 禁用树视图的重绘 this.treeView1.BeginUpdate(); // 清除原有节点 this.treeView1.Nodes.Clear(); //... 阅读全文
posted @ 2013-07-26 17:11 点滴汪洋 阅读(1171) 评论(0) 推荐(0)