示例#1
0
 /// <summary>
 ///checks tree rules for color distribution
 ///see hw instructions, lot of stuff here
 /// </summary>
 /// <param name="node"></param>
 private void FixInsert(RBTree <T> node)
 {
 }
示例#2
0
 private void uxLoadNames_Click(object sender, EventArgs e)
 {
     _tree = (RBTree <NameEntry>)sender;
     try { new TreeForm((ITree)_tree, 10000).Show(); }
     catch (Exception) { MessageBox.Show("Error"); }
 }