Пример #1
0
    protected void btnDeal_Click(object sender, System.EventArgs e)
    {
        string a = FlowChartAction.FlowChartDeal();

        if (a == "true")
        {
            base.RegisterScript("alert('系统提示:\\n执行成功')");
            return;
        }
        base.RegisterScript("alert('系统提示:\\n执行失败')");
    }