Пример #1
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!this.Page.IsPostBack)
     {
         this.TemplateID = System.Convert.ToInt32(base.Request["tid"]);
         this.addFlowChart_top1();
         FlowChartAction.display_FlowChartView(this.tbFlowChart, this.TemplateID);
         this.LbRemark.Text = FlowAuditAction.strTempLateRemark(this.TemplateID);
     }
 }