Пример #1
0
 /// <summary>
 /// Print all Tree to Console window
 /// </summary>
 public void ConsolePrint()
 {
     _root.Print();
 }
Пример #2
0
 public new void ConsolePrint()
 {
     root.Print();
 }