예제 #1
0
파일: test.aspx.cs 프로젝트: JuRogn/OA
 protected void btnGetTravelExpApplyMasterCode_Click(object sender, EventArgs e)
 {
     IOaService service = new OaServerce();
     this.lblExpApplyMasterCode.Text = service.GetTravelExpApplyMasterCode(this.txtExtensionalOrderID.Text.Trim());
 }
예제 #2
0
        protected void btnGetTravelExpApplyMasterCode_Click(object sender, EventArgs e)
        {
            IOaService service = new OaServerce();

            this.lblExpApplyMasterCode.Text = service.GetTravelExpApplyMasterCode(this.txtExtensionalOrderID.Text.Trim());
        }