示例#1
0
        private void FormGasto_Load(object sender, EventArgs e)
        {
            cbCategoria.DataSource = commonBusiness.GetGetCategoriaGastoSelectionList();
            cbMedio.DataSource     = commonBusiness.GetMedioSelectionList();

            if (idGasto.HasValue)
            {
                CargarDatos();
            }
        }
示例#2
0
 private void GastoUI_Load(object sender, EventArgs e)
 {
     cbCategoria.DataSource = commonBusiness.GetGetCategoriaGastoSelectionList();
     cbMedio.DataSource     = commonBusiness.GetMedioSelectionList();
 }