Ejemplo n.º 1
0
        private void BatchAttributeEdit()
        {
            AttributeEditor editor = new AttributeEditor();

            editor.LoadObjects(this);

            if (editor.ShowDialog() == DialogResult.OK)
            {
            }
        }