Example #1
0
        private int PopulateMaLop()
        {
            LopHoc lophoc = new LopHoc();

            DataTable dataTable = lophoc.getAllId(AccountHelper.getAccountId(), AccountHelper.getAccoutPassword());

            UIHelper.PopulateComboBoxWithDataTable(dataTable, cbMain);
            return(0);
        }