Пример #1
0
        /// <summary>
        /// Occurs when this command is clicked
        /// </summary>
        public override void OnClick()
        {
            // TODO: Add OpenAttributeTable.OnClick implementation
            AttributeTableFrm attributeTable = new AttributeTableFrm();

            attributeTable.CreateAttributeTable(m_pLayer);
            attributeTable.ShowDialog();
        }
Пример #2
0
 /// <summary>
 /// Occurs when this command is clicked
 /// </summary>
 public override void OnClick()
 {
     // TODO: Add OpenAttributeTable.OnClick implementation
     AttributeTableFrm attributeTable = new AttributeTableFrm();
     attributeTable.CreateAttributeTable(m_pLayer);
     attributeTable.ShowDialog();
 }