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

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

            t.ShowDialog();
        }