Exemplo n.º 1
0
        private void btnColumns_Click(object sender, EventArgs e)
        {
            _gridLayoutProperties = _manager.GetLayoutProperties(_excludedColumns);
            _formDetailController.SetObject(_gridLayoutProperties);
            FrmDetail _detailInstance = new FrmDetail();

            _detailInstance.SetController(_formDetailController);
            _detailInstance.ShowModal();
            _manager.SetLayoutProperties(_gridLayoutProperties);
        }