Exemplo n.º 1
0
        protected void saveBtnClick(object sender, EventArgs e)
        {
            string corpID   = this.qyID;
            string city     = this.DBTextCity.Text;
            string county   = this.DBTextCounty.Text;
            string tyshxydm = this.tyshxydm.Text;

            BLL.saveRegArea(corpID, city, county, tyshxydm);
        }