Example #1
0
        private void Save()
        {
            CompareCon(this);

            IBLL.ISys bll = new BLL.SysBLL();
            bll.updateDic(update_dic);
        }