Esempio n. 1
0
        private void PrencheerCombo()
        {
            var listaSetor = controles.listarSetor();

            foreach (Setor setor in listaSetor)
            {
                txtSetor.Items.Add(setor.Tipo);
            }
        }
Esempio n. 2
0
        public void PrencheerCombo()
        {
            var listaSetor = controle.listarSetor();

            foreach (Setor setor in listaSetor)
            {
                txtPesquisaSetor.Items.Add(setor.Tipo);
            }
        }