コード例 #1
0
        public void get_last_id()
        {
            item_bll_object = new ItemBLL();
            int last_id = item_bll_object.GET_LAST_ID_BLL();

            last_id     = last_id + 1;
            txt_id.Text = last_id.ToString();
        }