Ejemplo n.º 1
0
        public tjPresentaItem(int index)
        {
            InitializeComponent();
            this.theShape             = new CuadroRedondo(2, 2, 304, 89);
            this.theShape.Propietario = this;
            this.equivalente          = false;

            this.Item     = index;
            this.Selected = false;
            foreach (Control c in this.Controls)
            {
                c.Click += new System.EventHandler(this.Shape_Click);
            }
        }
Ejemplo n.º 2
0
        public tjPresentaItem(int index)
        {
            InitializeComponent();
            this.theShape = new CuadroRedondo(2, 2, 304, 89);
            this.theShape.Propietario = this;
            this.equivalente = false;

            this.Item = index;
            this.Selected = false;
            foreach (Control c in this.Controls)
                c.Click += new System.EventHandler(this.Shape_Click);
        }