using System;
using System.Collections.Generic;
using System.Collections;
using System.Windows.Forms;
using Model;
namespace Erp
{
public partial class FrmEditStudentTree : BaseForm
{
/// <summary>
/// 任意主键
/// </summary>
public string objectId;
/// <summary>
/// 删除列表
/// </summary>
private List<string> RemoveList = new List<string>();
/// <summary>
/// 添加列表
/// </summary>
private List<string> CreateList = new List<string>();
private Dictionary<string, TreeList> dict = new Dictionary<string, TreeList>();
private Dictionary<string, TreeList> dictionary = new Dictionary<string, TreeList>();
private List<TreeList> TreeValue = new List<TreeList>();
public FrmEditStudentTree()
{
InitializeComponent();
TreeListOnLoad(this.treeList1, false);
treeList1.OptionsBehavior.Editable = true;
}
public override void FormOnLoad()
{
this.GetArrayList();
}
private void GetArrayList()
{
ArrayLis