protected override void OnDeleting() { FlowChartSettings.Delete(); base.OnDeleting(); }
public override void AfterConstruction() { base.AfterConstruction(); FlowChartSettings = new FlowChartSettings(Session); }