07 2013 档案
菜单权限设置,绑定树结构
摘要://树视图绑定函数 public void BindDataToTreeView(IList ilistrolemenus) { // 禁用树视图的重绘 this.treeView1.BeginUpdate(); // 清除原有节点 this.treeView1.Nodes.Clear(); //...
阅读全文
浙公网安备 33010602011771号