Exemple #1
0
    //继续执行
    protected void bt_Restart_Click(object sender, EventArgs e)
    {
        EWF_TaskBLL task = new EWF_TaskBLL((int)ViewState["TaskID"]);

        task.ReStart();
        MessageBox.ShowAndRedirect(this, "流程已继续执行!!", "../desktop.aspx");
    }
    //继续执行
    protected void bt_Restart_Click(object sender, EventArgs e)
    {
        EWF_TaskBLL task = new EWF_TaskBLL((int)ViewState["TaskID"]);

        task.ReStart();
        MessageBox.ShowAndRedirect(this, "流程已继续执行!!", "../desktop.aspx");
    }