示例#1
0
 protected override void OnDeleting()
 {
     FlowChartSettings.Delete();
     base.OnDeleting();
 }
示例#2
0
 public override void AfterConstruction()
 {
     base.AfterConstruction();
     FlowChartSettings = new FlowChartSettings(Session);
 }