Ejemplo n.º 1
0
        private void pictureBoxBlock_Click(object sender, EventArgs e)
        {
            DataTree parent = this.ParentForm as DataTree;

            parent.PopulateGroups(name);
        }
Ejemplo n.º 2
0
        private void tableLayoutPanelBlock_Click(object sender, EventArgs e)
        {
            DataTree parent = this.ParentForm as DataTree;

            parent.PopulateGroups(name);
        }