private void _srcT_changed(Data.DTopic.Art a, Data.DTopic t) { if (a == Data.DTopic.Art.value) { textEditor.Text = _srcT.State.Value as string; } }
private void _checkTopic_changed(Data.DTopic.Art art, Data.DTopic t) { if (art == Data.DTopic.Art.type) { Refresh(); } else if (art == Data.DTopic.Art.RemoveChild && t == _checkTopic) { _checkTopic = null; _actVersion = new Version(0, 0); RemoveEnabled = false; base.PropertyChangedReise("ActVer"); } }