Ejemplo n.º 1
0
        void PaintTree()
        {
            if (Datos.Instance.PilaS.Count == 0)
            {
                return;
            }
            int temp;

            _tree             = Datos.Instance.PilaS.Pop();
            pictureBox1.Image = _tree.Draw(out temp);
        }