예제 #1
0
 public void Display()
 {
     if (!IsEmpty())
     {
         _root.Display(_root);
     }
 }