Exemplo n.º 1
0
        protected void btnGetChargeApplyMasterCode_Click(object sender, EventArgs e)
        {
            OaInterface oaInterface = new OaInterface();

            this.lblChargeApplyMasterCode.Text = oaInterface.GetApplyOrderID(this.txtExtensionalOrderID.Text.Trim());
        }
Exemplo n.º 2
0
 protected void btnGetChargeApplyMasterCode_Click(object sender, EventArgs e)
 {
     OaInterface oaInterface = new OaInterface();
     this.lblChargeApplyMasterCode.Text = oaInterface.GetApplyOrderID(this.txtExtensionalOrderID.Text.Trim());
 }