private void PropertiesOptionsChanged(PropertyBlock[] blocks) { FrmTableEditor tableEditor = this.dockPanel1.ActiveDocument as FrmTableEditor; tableEditor?.ChangeBlocks(blocks); }
private void SystemEditorDataManipulated(List <TableBlock> newBlock, List <TableBlock> oldBlock) { FrmTableEditor tableEditor = this.dockPanel1.ActiveDocument as FrmTableEditor; tableEditor?.ChangeBlocks(newBlock, oldBlock); }