Пример #1
0
        protected void btnGetChargeApplyMasterCode_Click(object sender, EventArgs e)
        {
            OaInterface oaInterface = new OaInterface();

            this.lblChargeApplyMasterCode.Text = oaInterface.GetApplyOrderID(this.txtExtensionalOrderID.Text.Trim());
        }
Пример #2
0
 protected void btnGetChargeApplyMasterCode_Click(object sender, EventArgs e)
 {
     OaInterface oaInterface = new OaInterface();
     this.lblChargeApplyMasterCode.Text = oaInterface.GetApplyOrderID(this.txtExtensionalOrderID.Text.Trim());
 }