Example #1
0
 private void LoadSetting()
 {
     IBLL.ISys bll = new BLL.SysBLL();
     setting_dic = bll.GetAllDic();
 }