Exemplo n.º 1
0
        public void DrawTree()
        {
            var t = new Print <ChildrenType, T>(this);

            t.ShowDialog();
        }
Exemplo n.º 2
0
        public new void DrawTree()
        {
            var t = new Print <Splay_Tree, int>(root);

            t.ShowDialog();
        }