コード例 #1
0
ファイル: CheckItiran.aspx.cs プロジェクト: lengqing2010/GKL
    protected void btnDelete_Click(object sender, EventArgs e)
    {
        string chk_no  = hidChkNo.Text.Trim();
        string line_id = this.tbxLineId_key.Text;
        string user    = this.tbxCheckUser.Text.Trim();

        TCheckResultBC BC = new TCheckResultBC();

        BC.DeleteCheckResult(chk_no, line_id, user);
        MsInit(1);
    }